aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-14 18:01:23 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-14 18:01:23 -0800
commit67a5e29fa92d39bf97510f66f51c5be46a118d13 (patch)
treeb91434a85ab1904dce9aaafa30fd00b210075b67
parentbd670b9f4d5f2a041ec30309c1cc869c16bb5e81 (diff)
comment
-rwxr-xr-xemcc3
1 files changed, 2 insertions, 1 deletions
diff --git a/emcc b/emcc
index 9dde800e..5dcd7b8c 100755
--- a/emcc
+++ b/emcc
@@ -123,8 +123,9 @@ 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)
+ --llvm-opts <level> 0: No LLVM optimizations (default in -O0)
1: Safe/portable LLVM optimizations
+ (default in -O1 and above)
2: Full, unsafe/unportable LLVM optimizations;
this will almost certainly break the
generated code!