mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
emscripten uses ZLIB
This commit is contained in:
parent
ca54d909db
commit
e13a604418
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
/usr/lib/emscripten/em++ hyperweb.cpp -O3 -s LEGACY_GL_EMULATION=1 -s TOTAL_MEMORY=128*1024*1024 -std=c++11 -o hyper.html
|
||||
/usr/lib/emscripten/em++ hyperweb.cpp -O3 -s USE_ZLIB=1 -s LEGACY_GL_EMULATION=1 -s TOTAL_MEMORY=128*1024*1024 -std=c++11 -o hyper.html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user