Skip to content

Commit 305c356

Browse files
committed
remove dubious compile options
1 parent e89d2b8 commit 305c356

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

graphics/bitmap/24bit-color/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4141
CFLAGS := -g -Wall -O2 -mword-relocations \
42-
-fomit-frame-pointer -ffast-math \
42+
-ffunction-sections \
4343
$(ARCH)
4444

4545
CFLAGS += $(INCLUDE) -DARM11 -D_3DS

templates/application/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GFXBUILD := $(BUILD)
4747
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft
4848

4949
CFLAGS := -g -Wall -O2 -mword-relocations \
50-
-fomit-frame-pointer -ffunction-sections \
50+
-ffunction-sections \
5151
$(ARCH)
5252

5353
CFLAGS += $(INCLUDE) -DARM11 -D_3DS

0 commit comments

Comments
 (0)