1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 06:16:00 +00:00

added the commandline for Emscripten

This commit is contained in:
Zeno Rogue
2017-08-13 20:48:07 +02:00
parent aff0526b3a
commit 6fb608bb2b

3
embuild.sh Normal file
View File

@@ -0,0 +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