diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-16 11:54:04 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-16 11:54:33 +0200 |
commit | 9127dede48fdcccad2232fa7bdff781c6b033d8b (patch) | |
tree | 7d3df56110127020fc597753e28cbdf6ee0a3832 /configure.ac | |
parent | 4ea65db333422e58b8af1e4d5faff0849d856c37 (diff) |
Fix up help message for --enable-lto
Change-Id: I8f81c37df4751bc6cafc31e1624197477701569b
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 9544ab7bcfd1..50101b734ba4 100644 --- a/configure.ac +++ b/configure.ac @@ -925,12 +925,11 @@ AC_ARG_ENABLE(ooenv, AC_ARG_ENABLE(lto, AS_HELP_STRING([--enable-lto], - [Enable link-time optimization. Suitable for product builds. - Building takes longer but libraries and executables are optimized for speed. - (For GCC, best to use GCC 4.6 or later and 'gold' linker. - Also possible for Clang. - Experimental work in progress, - don't use unless you are working on this.)])) + [Enable link-time optimization. Suitable for (optimised) product builds. Building might take + longer but libraries and executables are optimized for speed. (For GCC, best to use GCC 4.6 + or later and 'gold' linker. Works fine (and is turned on automatically in an optimising + build) for MSVC, otherwise experimental work in progress that shouldn't be used unless you + are working on it.)])) AC_ARG_ENABLE(crashdump, AS_HELP_STRING([--enable-crashdump], |