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 2c7ea1c commit 5d14c7bCopy full SHA for 5d14c7b
libcxx/CMakeLists.txt
@@ -207,7 +207,6 @@ option(LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS
207
# Build libc++abi with libunwind. We need this option to determine whether to
208
# link with libunwind or libgcc_s while running the test cases.
209
option(LIBCXXABI_USE_LLVM_UNWINDER "Build and use the LLVM unwinder." OFF)
210
-option(LIBCXXABI_ENABLE_STATIC_UNWINDER "Statically link the LLVM unwinder." OFF)
211
212
# Target options --------------------------------------------------------------
213
option(LIBCXX_BUILD_32_BITS "Build 32 bit libc++." ${LLVM_BUILD_32_BITS})
0 commit comments