aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-02-26 10:32:39 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-02-26 10:32:39 -0800
commitb649dec4101d0639d5df1b399c0fcfb63399fb57 (patch)
treee7b529c2777e2edbb6c171aaef83bcc0b0dc7c16
parenta7e095b850399135907eebae1655d3856d5fd497 (diff)
emcc help
-rwxr-xr-xemcc3
1 files changed, 2 insertions, 1 deletions
diff --git a/emcc b/emcc
index 461a12d7..c332b05b 100755
--- a/emcc
+++ b/emcc
@@ -149,7 +149,8 @@ Options that are modified or new in %s include:
-O2 and then adding dangerous optimizations one
by one.
-s OPTION=VALUE JavaScript code generation option passed
- into the emscripten compiler
+ into the emscripten compiler. For the
+ available options, see src/settings.js
--typed-arrays <mode> 0: No typed arrays
1: Parallel typed arrays
2: Shared (C-like) typed arrays (default)