diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile index 38c4112fa8f..3119c370784 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile +++ b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/command_plugin/Makefile @@ -1,5 +1,6 @@ DYLIB_CXX_SOURCES := plugin.cpp DYLIB_NAME := plugin DYLIB_ONLY := YES +MAKE_DSYM := NO include Makefile.rules |