aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-09-22 13:45:25 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-09-23 16:03:01 -0700
commit46aac5343e53225f1e9bc74c584ecb9b6afd74a1 (patch)
tree434692a3a36febf7d720ee8b921fa43ec5fbcc49 /emcc
parent94e987cdfb9a06b0816a5fde866997c2465140e4 (diff)
comment about LTO stability
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc3
1 files changed, 3 insertions, 0 deletions
diff --git a/emcc b/emcc
index 9a687bd8..cd42d49a 100755
--- a/emcc
+++ b/emcc
@@ -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