1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 03:47:58 +00:00

emscripten uses ZLIB

This commit is contained in:
Zeno Rogue
2020-02-26 01:46:43 +01:00
parent ca54d909db
commit e13a604418

View File

@@ -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