Use -j 0 in heptc wrapper.

master
Léonard Gérard 14 years ago
parent 4b3c3ba8b5
commit 0fdea7fbd7

@ -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

Loading…
Cancel
Save