Skip to content

Commit

Permalink
Add -j4 to build1.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Mar 11, 2021
1 parent e5c58c1 commit 61389ed
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 . --target install
cmake --build . -j4 --target install

0 comments on commit 61389ed

Please sign in to comment.