1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-30 15:39:54 +00:00

changed TOTAL_MEMORY to the new format: 128MB

This commit is contained in:
Zeno Rogue 2019-09-13 18:48:17 +02:00
parent 2400a2f1dc
commit cf25bd83b5

View File

@ -170,7 +170,7 @@ savepng$(OBJ_EXTENSION): savepng.cpp
emscripten: hyper.html emscripten: hyper.html
%.html %.js %.wasm: %.emscripten-sources %.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 hyper.emscripten-sources: *.cpp