[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist
tml at collabora.com
Sat Nov 16 01:55:56 PST 2013
configure.ac | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
New commits:
commit 9127dede48fdcccad2232fa7bdff781c6b033d8b
Author: Tor Lillqvist <tml at collabora.com>
Date: Sat Nov 16 11:54:04 2013 +0200
Fix up help message for --enable-lto
Change-Id: I8f81c37df4751bc6cafc31e1624197477701569b
diff --git a/configure.ac b/configure.ac
index 9544ab7..50101b7 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],
More information about the Libreoffice-commits
mailing list