diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-06-20 12:46:18 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-06-20 12:46:18 -0700 |
commit | 81e5c6fc89e277237cf290927fe339b53ad47b80 (patch) | |
tree | a0c33cae86d8b1b3a5d9da2fe958fda191c0f13e /ChangeLog | |
parent | f49b49787c954ae858007ad149552a8af5b9d1e0 (diff) | |
download | emacs-81e5c6fc89e277237cf290927fe339b53ad47b80.tar.gz |
* configure.ac: Warn about --enable-link-time-optimization's issues
in --help message.
Fixes: debbugs:17806
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 17d3f9401a3..07954be7d6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-06-20 Paul Eggert <eggert@cs.ucla.edu> + * configure.ac: Warn about --enable-link-time-optimization's issues + in --help message (Bug#17806). + Port to GCC 4.9.0 with link time optimization (Bug#17806). * configure.ac (CFLAGS): With link time optimization, use -ffat-lto-objects if supported; otherwise Emacs won't |