Skip to content

Commit

Permalink
[FOLD] no libunwind
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian committed Nov 21, 2024
1 parent b0354c2 commit 5a19017
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions third-party/llvm/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"LLVM_ENABLE_PROJECTS": "",
"LLVM_ENABLE_RUNTIMES": "libcxx;libcxxabi;libunwind",
"LLVM_ENABLE_RUNTIMES": "libcxx;libcxxabi",
"LLVM_ENABLE_PROJECTS_USED": true,
"LLVM_TARGETS_TO_BUILD": "X86",
"LLVM_UNREACHABLE_OPTIMIZE": false,
Expand Down Expand Up @@ -51,7 +51,6 @@
"LIBCXX_CXX_ABI": "libcxxabi",
"LIBCXX_ENABLE_SHARED": false,
"LIBCXXABI_ENABLE_SHARED": false,
"LIBUNWIND_ENABLE_SHARED": false,
"LIBCXX_ENABLE_STATIC_ABI_LIBRARY": true,
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install/${presetName}"
}
Expand Down

0 comments on commit 5a19017

Please sign in to comment.