diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/Makefile')
-rw-r--r-- | packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/Makefile b/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/Makefile new file mode 100644 index 0000000..b9a3d3f --- /dev/null +++ b/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/Makefile @@ -0,0 +1,7 @@ +LEVEL = ../../../make + +CXX_SOURCES = main.cpp derived.cpp base.cpp + +CFLAGS_EXTRAS += $(LIMIT_DEBUG_INFO_FLAGS) + +include $(LEVEL)/Makefile.rules |