Browse Source

do parallel build on "vagrant run ... build"

Stefan Siegl 7 years ago
parent
commit
e8fe553bde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Commandfile

+ 1 - 1
Commandfile

@@ -26,7 +26,7 @@ command 'clean',
 command 'build',
 command 'build',
   description: 'executes "make"',
   description: 'executes "make"',
   script: <<-eof
   script: <<-eof
-    cd /data/build; `which gmake || which make`
+    cd /data/build; `which gmake || which make` -j4
     eof
     eof
 
 
 command 'test',
 command 'test',