diff options
author | Camil Staps | 2020-06-22 10:13:33 +0200 |
---|---|---|
committer | Camil Staps | 2020-06-22 10:13:33 +0200 |
commit | 00644af9b3f5a47dd6cb432aa7b81b86f17726fa (patch) | |
tree | d444b44861044290a545fbaaccb2c02d1a177d20 /clean/.clean/iTasksDev.env | |
parent | Clean: viia has been moved; use lib/exe instead of exe as CLEANLIB (diff) |
Clean install script: allow platform argument; increase heap size in iTasksDev environment
Diffstat (limited to 'clean/.clean/iTasksDev.env')
-rw-r--r-- | clean/.clean/iTasksDev.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clean/.clean/iTasksDev.env b/clean/.clean/iTasksDev.env index fd1bc3d..707abea 100644 --- a/clean/.clean/iTasksDev.env +++ b/clean/.clean/iTasksDev.env @@ -14,7 +14,7 @@ Path: /home/camil/projects/clean/abc-interpreter/lib Path: {Application}/lib/GraphCopy Path: /home/camil/projects/clean/iTasks-SDK/Libraries - EnvironmentCompiler: lib/exe/cocl-itasks::-dynamics + EnvironmentCompiler: lib/exe/cocl-itasks:-h 1000m:-dynamics EnvironmentCodeGen: lib/exe/cg EnvironmentABCOptimise: lib/exe/abcopt EnvironmentByteCodeGen: lib/exe/bcgen |