Files
clang-p2996/lldb/test/functionalities/breakpoint/breakpoint_locations/Makefile

10 lines
155 B
Makefile

LEVEL = ../../../make
C_SOURCES := main.c
ifneq (,$(findstring icc,$(CC)))
CFLAGS += -debug inline-debug-info
endif
include $(LEVEL)/Makefile.rules