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 20d52e3 commit 491ff04Copy full SHA for 491ff04
clang/cmake/caches/Apple-stage1.cmake
@@ -33,6 +33,9 @@ set(COMPILER_RT_ENABLE_TVOS OFF CACHE BOOL "")
33
set(BOOTSTRAP_LLVM_ENABLE_LTO ON CACHE BOOL "")
34
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "")
35
36
+set(LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS OFF CACHE BOOL "")
37
+set(LIBCXXABI_ENABLE_NEW_DELETE_DEFINITIONS ON CACHE BOOL "")
38
+
39
set(CLANG_BOOTSTRAP_TARGETS
40
generate-order-file
41
check-all
0 commit comments