diff options
Diffstat (limited to 'build.sh')
-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 |