aboutsummaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authorCamil Staps2016-10-19 00:41:06 +0200
committerCamil Staps2016-10-19 00:41:06 +0200
commit3217146a2007113ed757d7b051e598c5dcc00e62 (patch)
treeeba4a0691a13a1d192d090c44ea13d9f74bd2097 /compile.c
parentUse latest clean-platform (diff)
Heap size
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index d32c7ac..f5a8751 100644
--- a/compile.c
+++ b/compile.c
@@ -80,7 +80,7 @@ int64_t compile(CleanString path, CleanString module) {
"-I $CLEAN_HOME/lib/ArgEnv "
"-I $CLEAN_HOME/lib/Directory "
"-I $CLEAN_HOME/lib/MersenneTwister "
- "-b -nt %s -o %s",
+ "-b -nt -h 20M %s -o %s",
pathchars, modulechars, modulechars);
free(pathchars);