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