Use -j 0 in heptc wrapper.

This commit is contained in:
Léonard Gérard 2010-08-03 22:39:01 +02:00
parent 4b3c3ba8b5
commit 0fdea7fbd7

2
heptc
View file

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