diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-10-26 17:53:46 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-10-26 17:53:46 -0700 |
commit | d6e695eb2bf6a49b407507a178df6b4079b74448 (patch) | |
tree | 18cc9e5b32ccf3b71102304a49fd9b8824c4cc3c | |
parent | 7e9c5f491e8ce890c2f9929905e1aa016ea28e58 (diff) |
comment on -O3
-rwxr-xr-x | emcc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -152,9 +152,10 @@ Options that are modified or new in %s include: LLVM -O2 optimizations Warning: Compiling with this takes a long time! -O3 As -O2, plus dangerous optimizations that may - break the generated code! If that happens, try - -O2 and then adding dangerous optimizations one - by one. + break the generated code! This is not + recommended at all, see the wiki for more + details (you can try -O2 and then add + dangerous optimizations one by one). -s OPTION=VALUE JavaScript code generation option passed into the emscripten compiler. For the |