Skip to content

Commit

Permalink
Use all cores when building on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfi1 committed Nov 18, 2024
1 parent d60dd84 commit d3a2b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
mkdir -p build
pushd build
cmake ${CMAKE_FLAGS} ..
make -j7
make -j$(sysctl -n hw.ncpu)
popd

# Copy the Sys folder in
Expand Down

0 comments on commit d3a2b70

Please sign in to comment.