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.
2 parents c2ffa04 + b8a3406 commit 040cbe0Copy full SHA for 040cbe0
1 file changed
Makefile.ctr
@@ -154,7 +154,7 @@ LIBDIRS := -L. -L$(CTRULIB)/lib
154
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -marm -mfpu=vfp -mtp=soft
155
156
CFLAGS += -mword-relocations \
157
- -fomit-frame-pointer -ffast-math \
+ -ffast-math \
158
-Werror=implicit-function-declaration \
159
$(ARCH)
160
@@ -168,7 +168,7 @@ endif
168
ifeq ($(DEBUG), 1)
169
CFLAGS += -O0 -g
170
else
171
- CFLAGS += -O3
+ CFLAGS += -fomit-frame-pointer -O3
172
endif
173
174
ifeq ($(CONSOLE_LOG), 1)
0 commit comments