Skip to content

Commit

Permalink
Build libcxx in parallel if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowack authored and ccadar committed Mar 30, 2022
1 parent 9678ab3 commit 161fbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/p-libcxx.inc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ build_libcxx() {
export LLVM_COMPILER_PATH="$(dirname "${BITCODE_CC}")"

cmake "${cmake_flags[@]}" "${LIBCXX_SRC}/llvm"
make cxx
make cxx -j$(nproc) || make cxx
)
}

Expand Down

0 comments on commit 161fbe8

Please sign in to comment.