Skip to content

Commit

Permalink
Make build1.sh build with -j16
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Apr 14, 2021
1 parent 40acc78 commit 12fcb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ cmake \
-DCMAKE_PREFIX_PATH="$CMAKE_PREFIX_PATH_LFORTRAN;$CONDA_PREFIX" \
-DCMAKE_INSTALL_PREFIX=`pwd`/inst \
.
cmake --build . -j4 --target install
cmake --build . -j16 --target install

0 comments on commit 12fcb60

Please sign in to comment.