Add -fpermissive for GCC 14 compatibility

This commit is contained in:
cypress 2024-06-17 17:16:06 -07:00 committed by GitHub
parent 81b3eab453
commit 96e402742c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ APP_DESCRIPTION := Call of Duty Zombies remake, ctrQuake based.
#---------------------------------------------------------------------------------
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft
CFLAGS := -g -Wall -O3 -mword-relocations \
CFLAGS := -g -fpermissive -Wall -O3 -mword-relocations \
-fomit-frame-pointer -ffunction-sections \
$(ARCH)