llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile

8 lines
129 B
Makefile

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