From da9495892f25e28fa182db50031a7d188b7969cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 21 Aug 2015 20:22:22 -0700 Subject: [PATCH] Cleanup. --- scripts/toolchain.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index ddc2a81..fb2d28b 100755 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -990,10 +990,10 @@ function strip() -- .. "-s EMTERPRETIFY=1 " -- .. "-s EMTERPRETIFY_ASYNC=1 " .. "-s TOTAL_MEMORY=268435456 " +-- .. "-s ALLOW_MEMORY_GROWTH=1 " .. "--memory-init-file 1 " - .. "\"$(TARGET)\" -o \"$(TARGET)\".html" --- .. "--preload-file ../../../examples/runtime" - -- ALLOW_MEMORY_GROWTH + .. "\"$(TARGET)\" -o \"$(TARGET)\".html " +-- .. "--preload-file ../../../examples/runtime@/" } configuration {} -- reset configuration