Update Makefile flags
This commit is contained in:
parent
8fccb570e5
commit
94f59bb076
@ -24,18 +24,17 @@ INCLUDES := include
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# options for code generation
|
# options for code generation
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
ARCH := -marm
|
ARCH := -march=armv6k -mtune=mpcore
|
||||||
|
|
||||||
CFLAGS := -g -Wall -O2 -mthumb-interwork\
|
CFLAGS := -g -Wall -O2 -mword-relocations \
|
||||||
-mcpu=mpcore -mtune=mpcore \
|
-fomit-frame-pointer -ffast-math \
|
||||||
-mfpu=vfp -ffast-math -mword-relocations \
|
$(ARCH)
|
||||||
$(ARCH)
|
|
||||||
|
|
||||||
CFLAGS += $(INCLUDE) -DARM11 -D_3DS
|
CFLAGS += $(INCLUDE) -DARM11 -D_3DS
|
||||||
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
|
|
||||||
|
|
||||||
ASFLAGS := -g $(ARCH) -mcpu=mpcore -mtune=mpcore
|
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11
|
||||||
LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
|
|
||||||
|
ASFLAGS := -g $(ARCH)
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# list of directories containing libraries, this must be the top level containing
|
# list of directories containing libraries, this must be the top level containing
|
||||||
|
Loading…
Reference in New Issue
Block a user