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 191861e commit 0f11893Copy full SHA for 0f11893
graphics/gpu/stereoscopic_2d/Makefile
@@ -47,10 +47,10 @@ GFXBUILD := $(ROMFS)/gfx
47
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft
48
49
CFLAGS := -g -Wall -O2 -mword-relocations \
50
- -fomit-frame-pointer -ffunction-sections \
+ -ffunction-sections \
51
$(ARCH)
52
53
-CFLAGS += $(INCLUDE) -DARM11 -D_3DS
+CFLAGS += $(INCLUDE) -D__3DS__
54
55
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11
56
0 commit comments