Skip to content

Commit 3d74427

Browse files
committed
[lldb] Don't strip LLDB.framework on install
The framework build will run dsymutil after LLDB.framework is installed. (cherry picked from commit c565f09)
1 parent e54f82c commit 3d74427

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/Apple-lldb-base.cmake)
22

33
set(LLDB_BUILD_FRAMEWORK ON CACHE BOOL "")
44
set(LLDB_NO_INSTALL_DEFAULT_RPATH ON CACHE BOOL "")
5+
set(LLDB_SKIP_STRIP ON CACHE BOOL "")
56
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.11 CACHE STRING "")
67

78
# Default install location on the enduser machine. On the build machine, use the

0 commit comments

Comments
 (0)