File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
graphics/bitmap/24bit-color Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ GRAPHICS := gfx
3636# ---------------------------------------------------------------------------------
3737# options for code generation
3838# ---------------------------------------------------------------------------------
39- ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard
39+ ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft
4040
4141CFLAGS := -g -Wall -O2 -mword-relocations \
42- -fomit-frame-pointer -ffast-math \
42+ -ffunction-sections \
4343 $(ARCH )
4444
4545CFLAGS += $(INCLUDE ) -DARM11 -D_3DS
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ GFXBUILD := $(BUILD)
4747ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft
4848
4949CFLAGS := -g -Wall -O2 -mword-relocations \
50- -fomit-frame-pointer - ffunction-sections \
50+ -ffunction-sections \
5151 $(ARCH )
5252
5353CFLAGS += $(INCLUDE ) -DARM11 -D_3DS
You can’t perform that action at this time.
0 commit comments