mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-09 22:22:03 +00:00
Add -fpermissive
for GCC 14 compatibility
This commit is contained in:
parent
81b3eab453
commit
96e402742c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue