about summary refs log tree commit diff stats
path: root/gba/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gba/Makefile')
-rw-r--r--gba/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gba/Makefile b/gba/Makefile index f9cb296..b28e0e1 100644 --- a/gba/Makefile +++ b/gba/Makefile
@@ -32,7 +32,7 @@ INCLUDES :=
32#--------------------------------------------------------------------------------- 32#---------------------------------------------------------------------------------
33ARCH := -mthumb -mthumb-interwork 33ARCH := -mthumb -mthumb-interwork
34 34
35CFLAGS := -g -Wall -O3\ 35CFLAGS := -g -Wall -Wno-multichar -O3\
36 -mcpu=arm7tdmi -mtune=arm7tdmi\ 36 -mcpu=arm7tdmi -mtune=arm7tdmi\
37 -fomit-frame-pointer\ 37 -fomit-frame-pointer\
38 -ffast-math \ 38 -ffast-math \