From: Mark Wielaard Date: Fri, 28 Apr 2023 15:27:35 +0000 (+0200) Subject: Add bug 469049 (--enable-lto=yes) to known issues X-Git-Tag: VALGRIND_3_21_0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=071742f11b8966d6eb4f06d7a14693cb07efe64f;p=thirdparty%2Fvalgrind.git Add bug 469049 (--enable-lto=yes) to known issues --- 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)