diff options
author | Camil Staps | 2016-10-19 00:41:06 +0200 |
---|---|---|
committer | Camil Staps | 2016-10-19 00:41:06 +0200 |
commit | 3217146a2007113ed757d7b051e598c5dcc00e62 (patch) | |
tree | eba4a0691a13a1d192d090c44ea13d9f74bd2097 | |
parent | Use latest clean-platform (diff) |
Heap size
-rw-r--r-- | compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |