aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-10-26 17:53:46 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-10-26 17:53:46 -0700
commitd6e695eb2bf6a49b407507a178df6b4079b74448 (patch)
tree18cc9e5b32ccf3b71102304a49fd9b8824c4cc3c
parent7e9c5f491e8ce890c2f9929905e1aa016ea28e58 (diff)
comment on -O3
-rwxr-xr-xemcc7
1 files changed, 4 insertions, 3 deletions
diff --git a/emcc b/emcc
index db856f92..c26fb200 100755
--- a/emcc
+++ b/emcc
@@ -152,9 +152,10 @@ Options that are modified or new in %s include:
LLVM -O2 optimizations
Warning: Compiling with this takes a long time!
-O3 As -O2, plus dangerous optimizations that may
- break the generated code! If that happens, try
- -O2 and then adding dangerous optimizations one
- by one.
+ break the generated code! This is not
+ recommended at all, see the wiki for more
+ details (you can try -O2 and then add
+ dangerous optimizations one by one).
-s OPTION=VALUE JavaScript code generation option passed
into the emscripten compiler. For the