From b6c6bb3fe115ab3eee10c133735e377001c00c81 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 14 Mar 2023 10:10:49 -0400 Subject: [PATCH] zero-profile: readd dropped lto testing --- profiles/pentoo/zero-system/profile.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/pentoo/zero-system/profile.bashrc b/profiles/pentoo/zero-system/profile.bashrc index 5183f0c9f..9124eaac2 100644 --- a/profiles/pentoo/zero-system/profile.bashrc +++ b/profiles/pentoo/zero-system/profile.bashrc @@ -4,10 +4,10 @@ if [[ $CATEGORY == net-wireless ]]; then # https://bugs.gentoo.org/877761 # https://bugs.gentoo.org/860873 # https://bugs.gentoo.org/861872 - #if [[ $PN != kismet ]] && [[ $PN != bladerf ]] && [[ $PN != gnuradio ]] && [[ $PN != trunk-recorder ]] && [[ $PN != osmo-fl2k ]]; then + if [[ $PN != kismet ]] && [[ $PN != bladerf ]] && [[ $PN != gnuradio ]] && [[ $PN != trunk-recorder ]] && [[ $PN != osmo-fl2k ]]; then export CFLAGS="${CFLAGS} -Werror=strict-aliasing -flto" export CXXFLAGS="${CXXFLAGS} -Werror=strict-aliasing -flto" - #fi + fi fi if [[ $CATEGORY/$PN == dev-lang/python ]]; then export CFLAGS="${CFLAGS} -Werror=strict-aliasing -flto"