diff --git a/heptc b/heptc index 09ced57..671d0c3 100755 --- a/heptc +++ b/heptc @@ -12,7 +12,7 @@ cd $SCRIPT_DIR if [ ! -x $HEPTC ] #compile the compiler then cd $COMPILER_DIR - ocamlbuild $COMPILER + ocamlbuild -j 0 $COMPILER cd - fi