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

10 lines
161 B
Makefile

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