From 098aa5968feea5cd027c841a6d99faaecbfba152 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 21 May 2025 06:05:58 -0400 Subject: [PATCH] zero-profile: relax --- profiles/pentoo/zero-system/profile.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/pentoo/zero-system/profile.bashrc b/profiles/pentoo/zero-system/profile.bashrc index b5d60051f..ec390732b 100644 --- a/profiles/pentoo/zero-system/profile.bashrc +++ b/profiles/pentoo/zero-system/profile.bashrc @@ -44,6 +44,9 @@ fi if [[ ${CATEGORY}/${PN} == sci-libs/libqalculate ]]; then export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}" fi +if [[ ${CATEGORY}/${PN} == llvm-core/clang ]]; then + export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}" +fi # Packages that need shuffle disabled if [[ ${CATEGORY}/${PN} == www-client/chromium ]]; then