diff options
author | johnvg | 2013-04-08 14:01:20 +0000 |
---|---|---|
committer | johnvg | 2013-04-08 14:01:20 +0000 |
commit | 206579e117d939e9466d38a2cdb1304e1d3e78a6 (patch) | |
tree | b4551bf0ed386d869ae2f8943829a71c777acd8a | |
parent | add generic function dependencies for generic function definitions, (diff) |
increase heap size of the compiler
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2228 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rwxr-xr-x | unix/make.linux64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |