aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-13 19:11:42 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-13 19:11:42 -0800
commit7fa88ad05149923f4edf79ef7db14852a992f842 (patch)
treebae43c97b5364420da9b6f888bb567531bcbf721
parent0091d9ca062628a6ba045b9b2c192544831aef4b (diff)
emcc --help fix
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index 4530d249..1b098ded 100755
--- a/emcc
+++ b/emcc
@@ -126,7 +126,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
+ --llvm-opts <level> 0: No LLVM optimizations (default)
1: Safe/portable LLVM optimizations
2: Full, unsafe/unportable LLVM optimizations;
this will almost certainly break the