[lldb] Don't strip LLDB.framework on install
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 21 Oct 2020 01:15:45 +0000 (18:15 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 21 Oct 2020 01:16:36 +0000 (18:16 -0700)
The framework build will run dsymutil after LLDB.framework is installed.

lldb/cmake/caches/Apple-lldb-macOS.cmake

index 50421d2..2aef411 100644 (file)
@@ -2,6 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/Apple-lldb-base.cmake)
 
 set(LLDB_BUILD_FRAMEWORK ON CACHE BOOL "")
 set(LLDB_NO_INSTALL_DEFAULT_RPATH ON CACHE BOOL "")
+set(LLDB_SKIP_STRIP ON CACHE BOOL "")
 set(CMAKE_OSX_DEPLOYMENT_TARGET 10.11 CACHE STRING "")
 
 # Default install location on the enduser machine. On the build machine, use the