llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/Makefile

8 lines
132 B
Makefile

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