Skip to content

Commit

Permalink
Use parallel build, where applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed Apr 10, 2018
1 parent 73734ee commit aa25870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-cpp_stl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ ! -r Makefile ] && [ ! -r KS_TEST_CPP_STL.sln ]; then
fi

if [ -r Makefile ]; then
make
make -j8
elif [ -r KS_TEST_CPP_STL.sln ]; then
msbuild
else
Expand Down

0 comments on commit aa25870

Please sign in to comment.