diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-27 18:36:11 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-27 18:36:11 -0800 |
commit | dd8ef8c71cb8b1429c86ce95ffaced67daab2c96 (patch) | |
tree | e5a3f29770e18e4fe5f43d309e86c21471ab9c46 /emcc | |
parent | c1c1cb75334c109db21694adc6a85777c433b671 (diff) |
comment
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -160,7 +160,8 @@ Options that are modified or new in %s include: output. -O3 As -O2, plus additional optimizations that can - take a significant amount of compilation time. + take a significant amount of compilation time and/or + are relatively new. For tips on optimizing your code, see https://github.com/kripken/emscripten/wiki/Optimizing-Code |