File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ if(NOT APPLE)
19
19
set (CLANG_DEFAULT_LINKER lld CACHE STRING "" )
20
20
endif ()
21
21
22
+ if (APPLE )
23
+ set (LLDB_CODESIGN_IDENTITY "" CACHE STRING "" )
24
+ endif ()
25
+
22
26
set (CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "" )
23
27
set (CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -gline-tables-only -DNDEBUG" CACHE STRING "" )
24
28
set (CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -gline-tables-only -DNDEBUG" CACHE STRING "" )
Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ if(NOT APPLE)
19
19
set (BOOTSTRAP_LLVM_ENABLE_LLD ON CACHE BOOL "" )
20
20
endif ()
21
21
22
+ if (APPLE )
23
+ set (COMPILER_RT_ENABLE_IOS OFF CACHE BOOL "" )
24
+ set (COMPILER_RT_ENABLE_TVOS OFF CACHE BOOL "" )
25
+ set (COMPILER_RT_ENABLE_WATCHOS OFF CACHE BOOL "" )
26
+ endif ()
27
+
22
28
set (CLANG_BOOTSTRAP_TARGETS
23
29
check-all
24
30
check-llvm
You can’t perform that action at this time.
0 commit comments