From 206579e117d939e9466d38a2cdb1304e1d3e78a6 Mon Sep 17 00:00:00 2001 From: johnvg Date: Mon, 8 Apr 2013 14:01:20 +0000 Subject: increase heap size of the compiler git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2228 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- unix/make.linux64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/make.linux64.sh b/unix/make.linux64.sh index 14fd216..c329e21 100755 --- a/unix/make.linux64.sh +++ b/unix/make.linux64.sh @@ -4,7 +4,7 @@ CLM=clm (cd backendC/CleanCompilerSources; make -f Makefile.linux64) (cd ../libraries/ArgEnvUnix; make ArgEnvC.o) (cd main/Unix; make -f Makefile all); -$CLM -gcm -h 48M -nt -nw -ci -nr -I backend -I frontend -I main -I main/Unix \ +$CLM -gcm -h 60M -nt -nw -ci -nr -I backend -I frontend -I main -I main/Unix \ -I ../libraries/ArgEnvUnix \ -l ../libraries/ArgEnvUnix/ArgEnvC.o \ -l main/Unix/Clean\ System\ Files/cDirectory.o \ -- cgit v1.2.3