mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
It does two things: 1) define -DNDEBUG if off, which is used by list.c; 2) sets -pedantic -Werror Given edac-utils is dead, I doubt 1) is that important, and 2) is causing issues, drop it. Also, cleanup now-redundant src_configure as w/ EAPI 8, we get --disable-static for free. Closes: https://bugs.gentoo.org/888938 Closes: https://bugs.gentoo.org/898544 Signed-off-by: Sam James <sam@gentoo.org>