llvm-project/lldb/test/API/functionalities/breakpoint/require_hw_breakpoints/Makefile

8 lines
130 B
Makefile

C_SOURCES := main.c
ifneq (,$(findstring icc,$(CC)))
CFLAGS_EXTRAS := -debug inline-debug-info
endif
include Makefile.rules