From d1acdb4aa8b7a3cbc44601045763e73011b1d8e7 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Thu, 4 Jan 2024 12:43:56 -0500 Subject: [PATCH] zero-system: so many lto exceptions --- profiles/pentoo/zero-system/profile.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/pentoo/zero-system/profile.bashrc b/profiles/pentoo/zero-system/profile.bashrc index 4b6431955..6a6126273 100644 --- a/profiles/pentoo/zero-system/profile.bashrc +++ b/profiles/pentoo/zero-system/profile.bashrc @@ -56,6 +56,8 @@ fi if [[ ${CATEGORY}/${PN} == media-video/vlc ]]; then # replicated on mammon but not naga export CFLAGS="${CFLAGS/-Werror=stringop-overread/}" + export CFLAGS="${CFLAGS/-Werror=strict-aliasing/}" + export CFLAGS="${CFLAGS/-Werror=lto-type-mismatch/}" fi if [[ ${CATEGORY}/${PN} == sys-apps/util-linux ]]; then export CFLAGS="${CFLAGS/-flto/}"