Skip to content

Commit

Permalink
zero-system: so many lto exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed Jan 4, 2024
1 parent 51128b6 commit d1acdb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profiles/pentoo/zero-system/profile.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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/}"
Expand Down

0 comments on commit d1acdb4

Please sign in to comment.