[lldb] Don't strip LLDB.framework on install

The framework build will run dsymutil after LLDB.framework is installed.
This commit is contained in:
Jonas Devlieghere 2020-10-20 18:15:45 -07:00
parent 29d838310d
commit c565f09f4b

View 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