Browse Source

Use 2 cores, though build full make

JoshEngebretson 9 years ago
parent
commit
7ed1b9908c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Build/Scripts/BuildLinux.js

+ 1 - 1
Build/Scripts/BuildLinux.js

@@ -26,7 +26,7 @@ namespace('build', function() {
         var cmds = [];
 
         cmds.push("cmake ../../../ -DATOMIC_DEV_BUILD=0 -DCMAKE_BUILD_TYPE=Release");
-        cmds.push("make AtomicEditor AtomicPlayer")
+        cmds.push("make -j2")
 
         jake.exec(cmds, function() {