summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/Makefile
blob: ba7e01537522ea8c865bd6037e4f0b922028a8e6 (plain) (blame)
1
2
3
4
5
CXX_SOURCES = main.cpp derived.cpp base.cpp

CFLAGS_EXTRAS := $(LIMIT_DEBUG_INFO_FLAGS)

include Makefile.rules