mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
zero-profile: remove lto from a few broken packages
This commit is contained in:
parent
0276aa5b78
commit
00eb005931
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@ if [[ $CATEGORY/$PN == net-wireless/trunk-recorder ]]; then export CXXFLAGS=${CX
|
|||
if [[ $CATEGORY == net-wireless ]]; then
|
||||
# https://bugs.gentoo.org/877761
|
||||
# https://bugs.gentoo.org/860873
|
||||
if [[ $PN != kismet ]]; then
|
||||
# https://bugs.gentoo.org/861872
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue