From 93f81a60c5fa30c4012f4b9b24a56fbfa13bfb23 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 4 Jul 2024 02:57:37 -0700 Subject: Fix invalid CXXFLAG --- PKGBUILD | 1 - 1 file changed, 1 deletion(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 2c7c2cd..e303f00 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -35,7 +35,6 @@ prepare() { build() { # Workaround for gcc14 CFLAGS+=" -Wno-incompatible-pointer-types" - CXXFLAGS+=" -Wno-incompatible-pointer-types" # -fPIE and -pie break compilation export CFLAGS="$CFLAGS -O3 -fPIC" -- cgit v1.2.1