Skip to content

Commit

Permalink
one more lto exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed Jul 3, 2024
1 parent 6b593c1 commit d5bcb1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profiles/pentoo/zero-system/profile.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ if [[ ${CATEGORY}/${PN} == media-libs/x265 ]]; then
fi
if [[ ${CATEGORY}/${PN} == media-sound/audacity ]]; then
export CXXFLAGS="${CXXFLAGS/-Werror=strict-aliasing/}"
export CXXFLAGS="${CXXFLAGS/-Werror=odr/}"
fi
if [[ ${CATEGORY}/${PN} == net-analyzer/gspoof ]]; then
export CXXFLAGS="${CXXFLAGS/-Werror=lto-type-mismatch/}"
Expand Down

0 comments on commit d5bcb1f

Please sign in to comment.