mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
profile: ease up zero's error finding
This commit is contained in:
parent
47991e4760
commit
5cf5855e88
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
|
# zero uses extra warnings to find bugs
|
||||||
export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"
|
export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"
|
||||||
fi
|
fi
|
||||||
|
if [[ ${CATEGORY}/${PN} == app-text/qpdf ]]; then
|
||||||
|
# zero uses extra warnings to find bugs
|
||||||
|
export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"
|
||||||
|
fi
|
||||||
if [[ ${CATEGORY}/${PN} == dev-qt/qtshadertools ]]; then
|
if [[ ${CATEGORY}/${PN} == dev-qt/qtshadertools ]]; then
|
||||||
# zero uses extra warnings to find bugs
|
# zero uses extra warnings to find bugs
|
||||||
export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"
|
export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue