diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-09 11:55:19 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-09 11:55:19 +0100 |
commit | 2fac9487895b4268ad5598eee4245094edee8821 (patch) | |
tree | 08f6f854b5f59500d21b5b4d70b7eda53b7fb1e6 | |
parent | 91e52cafc2fc9a9cd990685ede1a530831bd084e (diff) | |
download | qtmips-2fac9487895b4268ad5598eee4245094edee8821.tar.gz qtmips-2fac9487895b4268ad5598eee4245094edee8821.tar.bz2 qtmips-2fac9487895b4268ad5598eee4245094edee8821.zip |
Run build in parallel
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ cd build # Compile qtchooser -run-tool=qmake -qt=5 "$ROOT" "QMAKE_RPATHDIR += ../qtmips_machine" -make sub-qtmips_cli sub-qtmips_gui # Note: we are building these to to not build tests +make -j$(nproc) sub-qtmips_cli sub-qtmips_gui # Note: we are building these to to not build tests # Link executables to more suitable place ln -fs qtmips_cli/qtmips_cli cli |