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

9 lines
137 B
Makefile

CXX_SOURCES := main.cpp
ifneq (,$(findstring icc,$(CC)))
CXXFLAGS_EXTRAS := -debug inline-debug-info
endif
include Makefile.rules