aboutsummaryrefslogtreecommitdiff
path: root/unix/make.macosx64.sh
diff options
context:
space:
mode:
authorjohnvg2011-12-02 12:15:26 +0000
committerjohnvg2011-12-02 12:15:26 +0000
commit05c43a0d96b45ae329f0d0616e2368d481f29be9 (patch)
tree0d54c6b2e7a0b14036ec47df8b1ba2d179d35cca /unix/make.macosx64.sh
parentmove 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-xunix/make.macosx64.sh2
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