Skip to content

Commit e662434

Browse files
authored
Merge pull request #2009 from JDevlieghere/🍒/bastille/c565f09f4b0d908f51aaf4a841285f39ef93bc8c
[lldb] Don't strip LLDB.framework on install
2 parents f934d3e + 3d74427 commit e662434

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)