We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c89dd5 commit bbac0c7Copy full SHA for bbac0c7
Makefile
@@ -11,7 +11,7 @@ include $(DEVKITARM)/3ds_rules
11
12
13
export VER_MAJOR := 2
14
-export VER_MINOR := 3
+export VER_MINOR := 4
15
export VER_PATCH := 0
16
17
export VERSTRING := v$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
@@ -61,11 +61,10 @@ APP_AUTHOR := hbmenu team
61
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft
62
63
CFLAGS := -g -Wall -O2 -mword-relocations \
64
- -fomit-frame-pointer -ffunction-sections \
65
- -fno-math-errno \
+ -fno-math-errno -ffunction-sections \
66
$(ARCH)
67
68
-CFLAGS += $(INCLUDE) -DARM11 -D__3DS__ -DVERSION=\"$(VERSTRING)\"
+CFLAGS += $(INCLUDE) -D__3DS__ -DVERSION=\"$(VERSTRING)\"
69
70
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11
71
0 commit comments