diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-21 16:07:44 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-21 16:07:44 -0800 |
commit | e1f18ae55d269799f35759fe6ebe8bd09da41646 (patch) | |
tree | bcf7fa8d0ff93c42af5244f2852e37a76c6365f2 /emcc | |
parent | 4757fe25341d47bd8be2330c9609be452240dc16 (diff) |
document what -O3 will be
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |