diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/auto/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/auto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/auto/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/auto/Makefile index 314f1cb2f07..194af7b3239 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/auto/Makefile +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/auto/Makefile @@ -2,4 +2,6 @@ LEVEL = ../../../make CXX_SOURCES := main.cpp +CFLAGS_EXTRAS += $(NO_LIMIT_DEBUG_INFO_FLAGS) + include $(LEVEL)/Makefile.rules |