diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-16 10:56:36 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-16 10:56:36 -0800 |
commit | ac78c51c1b9a4b396e28be25b46001672bfae8e5 (patch) | |
tree | b6ed9fe767f5376e58d0158907077433e31f7949 /emcc | |
parent | 27b3e73124929a6c7ad6d3f2dbe8cf2dd9d6d0ce (diff) |
mention that we use closure advanced opts
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ Options that are modified or new in %s include: C++ exception catching, use -s DISABLE_EXCEPTION_CATCHING=0 ) -O2 As -O1, plus the relooper (loop recreation), - plus closure compiler + plus closure compiler advanced opts Warning: Compiling with this takes a long time! -O3 As -O2, plus dangerous optimizations that may break the generated code! If that happens, try |