aboutsummaryrefslogtreecommitdiff
path: root/emlink.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-06-24 16:15:18 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-07-03 15:31:03 -0700
commitc8ba74664f1ce245918cbcd4e5a9b7dc41fc404f (patch)
tree79234163b716276157116413d4200d515db537ca /emlink.py
parent190b20e6088000640788bc5c8d0a7e6fc95c1c2d (diff)
comment
Diffstat (limited to 'emlink.py')
-rw-r--r--emlink.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/emlink.py b/emlink.py
index 30fa675a..af767dfe 100644
--- a/emlink.py
+++ b/emlink.py
@@ -5,7 +5,7 @@ Fast static linker for emscripten outputs. Specifically this links asm.js module
Usage: emlink.py [main module] [side module] [output name]
- Main module should be built with -s MAIN_MODULE=1
+ Main module should be built with -s MAIN_MODULE=1 (and possibly -s DISABLE_GL_EMULATION=1, if you do not need GL emulation)
Side module should be built with -s SIDE_MODULE=1
Note that the output file can be used as a main module, so you can link multiple