From 2fac9487895b4268ad5598eee4245094edee8821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 9 Jan 2018 11:55:19 +0100 Subject: Run build in parallel --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index a76e870..3d6ab61 100755 --- a/build.sh +++ b/build.sh @@ -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 -- cgit v1.2.3