Skip to content

Commit

Permalink
Parallel build with all the hardware threads we have.
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdotcom committed May 28, 2017
1 parent 97a74aa commit 266c9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/deploy_fritzing_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo $builddir

echo ">> building fritzing from working directory"
$QTBIN/qmake -o Makefile phoenix.pro
make release # release is the type of build
make "-j$(sysctl -n machdep.cpu.thread_count)" release # release is the type of build
cp -r $builddir/Fritzing.app $deploydir

echo ">> add .app dependencies"
Expand Down

0 comments on commit 266c9e2

Please sign in to comment.