aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-01-21 16:07:44 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-01-21 16:07:44 -0800
commite1f18ae55d269799f35759fe6ebe8bd09da41646 (patch)
treebcf7fa8d0ff93c42af5244f2852e37a76c6365f2 /emcc
parent4757fe25341d47bd8be2330c9609be452240dc16 (diff)
document what -O3 will be
Diffstat (limited to 'emcc')
-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