aboutsummaryrefslogtreecommitdiff
path: root/unix/make.linux.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.linux.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.linux.sh')
-rwxr-xr-xunix/make.linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/make.linux.sh b/unix/make.linux.sh
index 7078c5f..29fc289 100755
--- a/unix/make.linux.sh
+++ b/unix/make.linux.sh
@@ -4,7 +4,7 @@ CLM=clm
(cd backendC/CleanCompilerSources; make)
(cd ../libraries/ArgEnvUnix; make ArgEnvC.o)
(cd main/Unix; make -f Makefile all);
-$CLM -h 20M -nt -nw -ci -ns -nr -I backend -I frontend -I main -I main/Unix \
+$CLM -h 24M -nt -nw -ci -ns -nr -I backend -I frontend -I main -I main/Unix \
-I ../libraries/ArgEnvUnix \
-l ../libraries/ArgEnvUnix/ArgEnvC.o \
-l main/Unix/cDirectory.o \