unplugged-vendor/external/llvm-project/lldb/test/API/functionalities/inline-stepping/Makefile

9 lines
140 B
Makefile

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