From 32a4b27aa3c906e62c532d2372fa5e7db1c0c452 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 27 Sep 2019 09:59:53 +0000 Subject: [lldb] [testsuite] Remove redundant MAKE_DSYM := NO According to a comment by Pavel Labath: https://reviews.llvm.org/D67589#inline-612375 llvm-svn: 373061 --- lldb/packages/Python/lldbsuite/test/python_api/module_section/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/python_api/module_section') diff --git a/lldb/packages/Python/lldbsuite/test/python_api/module_section/Makefile b/lldb/packages/Python/lldbsuite/test/python_api/module_section/Makefile index 79209db9696..a92c3370e4f 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/module_section/Makefile +++ b/lldb/packages/Python/lldbsuite/test/python_api/module_section/Makefile @@ -1,6 +1,5 @@ CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS ENABLE_THREADS := YES CXX_SOURCES := main.cpp b.cpp c.cpp -MAKE_DSYM :=NO include Makefile.rules -- cgit v1.2.3