Skip to content

Commit

Permalink
GCC14 build errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Doomhack committed Aug 27, 2024
1 parent 5035dc3 commit 3c8483f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ARCH := -mthumb -mthumb-interwork

CFLAGS := -g -Wall -O3 -fgcse-after-reload -gdwarf-4\
-mcpu=arm7tdmi -mtune=arm7tdmi -flto=8\
-fallow-store-data-races\
-fallow-store-data-races -fpermissive\
-DGBA\
$(ARCH)

Expand Down

0 comments on commit 3c8483f

Please sign in to comment.