mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
profile: disable a warning
This commit is contained in:
parent
f58c63061a
commit
b7a6613937
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