diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-07-04 02:57:37 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-07-04 02:57:37 -0700 |
commit | 93f81a60c5fa30c4012f4b9b24a56fbfa13bfb23 (patch) | |
tree | 10cdddb20b577cec2d009b2d7fefeb73921aaa8b | |
parent | Rebuild for gcc14. (diff) | |
download | mgba-93f81a60c5fa30c4012f4b9b24a56fbfa13bfb23.tar.xz |
Fix invalid CXXFLAG
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |