mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
zero-profile: 1 more lto exception
This commit is contained in:
parent
b985d3d183
commit
eb3b4e3320
1 changed files with 3 additions and 0 deletions
|
|
@ -72,6 +72,9 @@ fi
|
|||
if [[ ${CATEGORY}/${PN} == net-fs/nfs-utils ]]; then
|
||||
export CFLAGS="${CFLAGS/-Werror=stringop-overread/}"
|
||||
fi
|
||||
if [[ ${CATEGORY}/${PN} == net-misc/remmina ]]; then
|
||||
export CFLAGS="${CFLAGS/-Werror=lto-type-mismatch/}"
|
||||
fi
|
||||
if [[ ${CATEGORY}/${PN} == net-wireless/bluez ]]; then
|
||||
# Tests fail with -flto
|
||||
export CFLAGS="${CFLAGS/-flto/}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue