diff options
author | johnvg | 2011-12-02 12:15:26 +0000 |
---|---|---|
committer | johnvg | 2011-12-02 12:15:26 +0000 |
commit | 05c43a0d96b45ae329f0d0616e2368d481f29be9 (patch) | |
tree | 0d54c6b2e7a0b14036ec47df8b1ba2d179d35cca /unix/make.macosx64.sh | |
parent | move type TypeCodeVariableInfo to module syntax, remove type DynamicValueAlia... (diff) |
increase default heap size of the compiler
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2029 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'unix/make.macosx64.sh')
-rwxr-xr-x | unix/make.macosx64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/make.macosx64.sh b/unix/make.macosx64.sh index 51ab7dc..219811a 100755 --- a/unix/make.macosx64.sh +++ b/unix/make.macosx64.sh @@ -3,6 +3,6 @@ CLM=clm (cd backendC/CleanCompilerSources; make -f Makefile.linux64) (cd main/Unix; make -f Makefile all); -$CLM -gcm -h 40M -nt -nw -ci -nr -IL ArgEnv -I backend -I frontend -I main -I main/Unix \ +$CLM -gcm -h 48M -nt -nw -ci -nr -IL ArgEnv -I backend -I frontend -I main -I main/Unix \ -l backendC/CleanCompilerSources/backend.a \ cocl -o cocl |