sys-libs/libsmbios: drop -O3 filter

It was added for an old -Warray-bounds issue (which should've been
fixed by stripping -Werror).

Closes: https://bugs.gentoo.org/290097
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-06-29 12:04:50 +01:00
parent f80fc5cd07
commit 18251e1f55
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
inherit autotools flag-o-matic python-single-r1
inherit autotools python-single-r1
DESCRIPTION="Provide access to (SM)BIOS information"
HOMEPAGE="https://github.com/dell/libsmbios"
@ -67,9 +67,6 @@ src_prepare() {
}
src_configure() {
# Remove -O3 for bug #290097
replace-flags -O3 -O2
local myeconfargs=(
$(use_enable doc doxygen)
$(use_enable graphviz)