Skip to content

Commit

Permalink
Compile settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Doomhack committed Dec 18, 2021
1 parent 8a883b4 commit 69f4600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ MUSIC := music
ARCH := -mthumb -mthumb-interwork

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

Expand Down

0 comments on commit 69f4600

Please sign in to comment.