mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Use 256MB for asmjs.
This commit is contained in:
@@ -712,7 +712,8 @@ function strip()
|
||||
configuration { "asmjs" }
|
||||
postbuildcommands {
|
||||
"@echo Running asmjs finalize.",
|
||||
"@$(EMSCRIPTEN)/emcc -O2 \"$(TARGET)\" -o \"$(TARGET)\".html"
|
||||
"@$(EMSCRIPTEN)/emcc -O2 -s TOTAL_MEMORY=268435456 \"$(TARGET)\" -o \"$(TARGET)\".html"
|
||||
-- ALLOW_MEMORY_GROWTH
|
||||
}
|
||||
|
||||
configuration {} -- reset configuration
|
||||
|
||||
Reference in New Issue
Block a user