configure.ac | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit cd1b2beb0d101ba7b7b83936262c5367094e9d01
Author: Luboš Luňák <[email protected]>
AuthorDate: Mon Oct 11 09:32:12 2021 +0200
Commit: Luboš Luňák <[email protected]>
CommitDate: Tue Oct 12 16:57:22 2021 +0200
update --enable-lto description
It's no longer broken with MSVC, and I don't what should be so
experimental about it when it seems to work just fine.
Change-Id: Ic0c28b3bc6fd2a58071621c395f04f877f862ab1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123372
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <[email protected]>
diff --git a/configure.ac b/configure.ac
index 4c9690d01007..1bffda90f816 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1599,8 +1599,7 @@ AC_ARG_ENABLE(lto,
AS_HELP_STRING([--enable-lto],
[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 the 'gold'
- linker. For MSVC, this option is broken at the moment. This is
experimental work
- in progress that shouldn't be used unless you are working on it.)]))
+ linker.)]))
AC_ARG_ENABLE(python,
AS_HELP_STRING([--enable-python=<no/auto/system/internal/fully-internal>],