From cf25bd83b59a8610cab6075bdbe47c00efa0f75f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 13 Sep 2019 18:48:17 +0200 Subject: [PATCH] changed TOTAL_MEMORY to the new format: 128MB --- Makefile.simple | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.simple b/Makefile.simple index 285efe1d..7cc6c713 100644 --- a/Makefile.simple +++ b/Makefile.simple @@ -170,7 +170,7 @@ savepng$(OBJ_EXTENSION): savepng.cpp emscripten: hyper.html %.html %.js %.wasm: %.emscripten-sources - emcc -std=c++11 -O3 -s LEGACY_GL_EMULATION=1 -s TOTAL_MEMORY=128*1024*1024 hyperweb.cpp -o hyper.html + emcc -std=c++11 -O3 -s LEGACY_GL_EMULATION=1 -s TOTAL_MEMORY=128MB hyperweb.cpp -o hyper.html hyper.emscripten-sources: *.cpp