From 46aac5343e53225f1e9bc74c584ecb9b6afd74a1 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sun, 22 Sep 2013 13:45:25 -0700 Subject: [PATCH] comment about LTO stability --- emcc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emcc b/emcc index 9a687bd8c..cd42d49a2 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 0: No closure compiler (default in -O2 and below) 1: Run closure compiler. This greatly reduces code size and may in some cases increase