zero-profile: 1 more lto exception

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-03-20 21:43:15 -04:00
parent b985d3d183
commit eb3b4e3320
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -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/}"