summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-10-11 09:32:12 +0200
committerLuboš Luňák <l.lunak@collabora.com>2021-10-12 16:57:22 +0200
commitcd1b2beb0d101ba7b7b83936262c5367094e9d01 (patch)
tree577c2df4e4af3bf3f4417f538fddab1d682289b8
parentbc553f1b52f1865df125e0aefa85d74f57bea6ba (diff)
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 <l.lunak@collabora.com>
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
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>],