aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemcc3
1 files changed, 3 insertions, 0 deletions
diff --git a/emcc b/emcc
index 5a764095..a5d20230 100755
--- a/emcc
+++ b/emcc
@@ -158,6 +158,9 @@ Options that are modified or new in %s include:
time in return for the smallest and fastest
output.
+ -O3 As -O2, plus additional optimizations that can
+ take a significant amount of compilation time.
+
For tips on optimizing your code, see
https://github.com/kripken/emscripten/wiki/Optimizing-Code