|
From: Mark W. <ma...@so...> - 2023-04-28 15:52:52
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=071742f11b8966d6eb4f06d7a14693cb07efe64f commit 071742f11b8966d6eb4f06d7a14693cb07efe64f Author: Mark Wielaard <ma...@kl...> Date: Fri Apr 28 17:27:35 2023 +0200 Add bug 469049 (--enable-lto=yes) to known issues Diff: --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 118c5e65d0..510f21fc2a 100644 --- a/NEWS +++ b/NEWS @@ -195,6 +195,11 @@ To see details of a given bug, visit https://bugs.kde.org/show_bug.cgi?id=XXXXXX where XXXXXX is the bug number as listed above. +* ==================== KNOWN ISSUES =================== + +* configure --enable-lto=yes is know to not work in all setups. + See bug 469049. Workaround: Build without LTO. + (3.21.0.RC1: 14 Apr 2023) (3.21.0.RC2: 21 Apr 2023) |