Skip to content

Commit

Permalink
libunwind
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Jan 17, 2025
1 parent 0baf112 commit 1519c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/linux/common_fun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_libcxx () {
cmake -GNinja \
-B "${LIBCXX_PATH}" \
-S "runtimes" \
-DLLVM_ENABLE_RUNTIMES="libcxxabi;libcxx" \
-DLLVM_ENABLE_RUNTIMES="libcxxabi;libcxx;libunwind" \
-DLLVM_USE_LINKER=lld \
-DLLVM_USE_SANITIZER="${LLVM_USE_SANITIZER}" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
Expand Down

0 comments on commit 1519c68

Please sign in to comment.