mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
Use nproc for rust LLVM
This commit is contained in:
parent
21559d4c99
commit
2bb4b06643
@ -35,7 +35,7 @@ function recipe_build {
|
||||
mkdir -p llvm-redox/build
|
||||
pushd llvm-redox/build
|
||||
CC=$HOST-gcc CXX=$HOST-g++ cmake "${LLVM_CMAKE_ARGS[@]}" ..
|
||||
make -j4
|
||||
make -j$(nproc)
|
||||
make install
|
||||
popd
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user