diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-26 10:32:39 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-26 10:32:39 -0800 |
commit | b649dec4101d0639d5df1b399c0fcfb63399fb57 (patch) | |
tree | e7b529c2777e2edbb6c171aaef83bcc0b0dc7c16 | |
parent | a7e095b850399135907eebae1655d3856d5fd497 (diff) |
emcc help
-rwxr-xr-x | emcc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |