We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54f82c commit 3d74427Copy full SHA for 3d74427
lldb/cmake/caches/Apple-lldb-macOS.cmake
@@ -2,6 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/Apple-lldb-base.cmake)
2
3
set(LLDB_BUILD_FRAMEWORK ON CACHE BOOL "")
4
set(LLDB_NO_INSTALL_DEFAULT_RPATH ON CACHE BOOL "")
5
+set(LLDB_SKIP_STRIP ON CACHE BOOL "")
6
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.11 CACHE STRING "")
7
8
# Default install location on the enduser machine. On the build machine, use the
0 commit comments