From d0aa96226a576a6228fdf542948a382dab1c0572 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Thu, 9 May 2024 13:03:00 -0400 Subject: [PATCH] zero-profile: update radare2 lto --- profiles/pentoo/zero-system/profile.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/pentoo/zero-system/profile.bashrc b/profiles/pentoo/zero-system/profile.bashrc index dea0655a58d..e3793fdd110 100644 --- a/profiles/pentoo/zero-system/profile.bashrc +++ b/profiles/pentoo/zero-system/profile.bashrc @@ -50,7 +50,7 @@ if [[ ${CATEGORY}/${PN} == dev-python/numpy ]]; then export CFLAGS="${CFLAGS/-flto/}" fi if [[ ${CATEGORY}/${PN} == dev-util/radare2 ]]; then - export CFLAGS="${CFLAGS/-flto/}" + export CFLAGS="${CFLAGS/-Werror=stringop-overread/}" fi if [[ ${CATEGORY}/${PN} == dev-util/rizin ]]; then export CFLAGS="${CFLAGS/-Werror=stringop-overread/}"