From 5cf5855e88cf7ac018ef010dd93c8bbdc06331fa Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 15 Apr 2026 12:16:55 -0400 Subject: [PATCH] profile: ease up zero's error finding --- profiles/pentoo/base/profile.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/pentoo/base/profile.bashrc b/profiles/pentoo/base/profile.bashrc index e424b2929..f706d059a 100644 --- a/profiles/pentoo/base/profile.bashrc +++ b/profiles/pentoo/base/profile.bashrc @@ -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} == 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 # zero uses extra warnings to find bugs export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"