diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-23 18:24:19 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-23 18:24:19 -0800 |
commit | 699e85c1d4cbf4efa33acce23ddf851dd294fe9b (patch) | |
tree | 7d5c2745510d5faa73d9fe3c48b3a96f5fce09cf /emcc | |
parent | bbad5cfa15d85010087736bd3319d3f51bf92627 (diff) |
emcc help fix
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ Options that are modified or new in %s include: --typed-arrays <mode> 0: No typed arrays 1: Parallel typed arrays 2: Shared (C-like) typed arrays (default) - --llvm-opts <level> 0: No LLVM optimizations (default in -O0) + --llvm-opts <on> 0: No LLVM optimizations (default in -O0) 1: LLVM optimizations (default in -O1 +) --closure <on> 0: No closure compiler (default in -O0, -O1) 1: Run closure compiler (default in -O2, -O3) |