mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
zero-system: so many lto exceptions
This commit is contained in:
parent
51128b6369
commit
d1acdb4aa8
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ fi
|
|||
if [[ ${CATEGORY}/${PN} == media-video/vlc ]]; then
|
||||
# replicated on mammon but not naga
|
||||
export CFLAGS="${CFLAGS/-Werror=stringop-overread/}"
|
||||
export CFLAGS="${CFLAGS/-Werror=strict-aliasing/}"
|
||||
export CFLAGS="${CFLAGS/-Werror=lto-type-mismatch/}"
|
||||
fi
|
||||
if [[ ${CATEGORY}/${PN} == sys-apps/util-linux ]]; then
|
||||
export CFLAGS="${CFLAGS/-flto/}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue