Skip to content

Commit

Permalink
Merge pull request #1983 from pentoo/more_lto
Browse files Browse the repository at this point in the history
one more lto exception
  • Loading branch information
github-actions[bot] authored Jul 3, 2024
2 parents 6b593c1 + d5bcb1f commit a5ae2a8
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 a5ae2a8

Please sign in to comment.