mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
Merge pull request #2719 from pentoo/updates20260312
profile: disable a warning
This commit is contained in:
commit
235f5b6b67
1 changed files with 4 additions and 0 deletions
|
|
@ -65,6 +65,10 @@ if [[ ${CATEGORY}/${PN} == dev-qt/qtnetwork ]]; then
|
|||
# zero uses extra warnings to find bugs
|
||||
export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"
|
||||
fi
|
||||
if [[ ${CATEGORY}/${PN} == dev-qt/qtshadertools ]]; then
|
||||
# zero uses extra warnings to find bugs
|
||||
export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"
|
||||
fi
|
||||
if [[ ${CATEGORY}/${PN} == kde-plasma/kwayland ]]; then
|
||||
export CXXFLAGS="${CXXFLAGS/-flto/}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue