llvm-project/lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/Makefile

8 lines
144 B
Makefile

LEVEL = ../../../make
CXX_SOURCES = main.cpp derived.cpp base.cpp
CFLAGS_EXTRAS += $(LIMIT_DEBUG_INFO_FLAGS)
include $(LEVEL)/Makefile.rules