mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
zero-profile: readd dropped lto testing
This commit is contained in:
parent
c3985d2300
commit
b6c6bb3fe1
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue