mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
changed TOTAL_MEMORY to the new format: 128MB
This commit is contained in:
parent
2400a2f1dc
commit
cf25bd83b5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user