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