android_mt6572_jiabo/external/lldb/test/functionalities/inline-stepping/Makefile
2025-09-05 16:56:03 +08:00

9 lines
161 B
Makefile

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