aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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