diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-22 13:45:25 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-23 16:03:01 -0700 |
commit | 46aac5343e53225f1e9bc74c584ecb9b6afd74a1 (patch) | |
tree | 434692a3a36febf7d720ee8b921fa43ec5fbcc49 /emcc | |
parent | 94e987cdfb9a06b0816a5fde866997c2465140e4 (diff) |
comment about LTO stability
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -238,6 +238,9 @@ Options that are modified or new in %s include: (see --llvm-opts), setting this has no effect. + Note that LLVM LTO is not perfectly stable yet, + and can can cause code to behave incorrectly. + --closure <on> 0: No closure compiler (default in -O2 and below) 1: Run closure compiler. This greatly reduces code size and may in some cases increase |