We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec58f01 commit 29ebf9cCopy full SHA for 29ebf9c
1 file changed
Makefile
@@ -41,7 +41,7 @@ DEFINES := -D__3DS__ \
41
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft
42
43
CFLAGS := $(ARCH) -Os -mword-relocations -fomit-frame-pointer -ffunction-sections -fno-strict-aliasing \
44
- -Wall -Wextra -Wno-psabi \
+ -Wall -Wextra -Wfatal-errors -Wno-psabi \
45
$(BUILD_CFLAGS) $(INCLUDE) $(DEFINES)
46
47
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-lto -fno-exceptions -std=gnu++23
0 commit comments