Use -j 0 in heptc wrapper.
This commit is contained in:
parent
4b3c3ba8b5
commit
0fdea7fbd7
1 changed files with 1 additions and 1 deletions
2
heptc
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue