Skip to content

Commit 29ebf9c

Browse files
committed
Add compiler flag
1 parent ec58f01 commit 29ebf9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ DEFINES := -D__3DS__ \
4141
ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft
4242

4343
CFLAGS := $(ARCH) -Os -mword-relocations -fomit-frame-pointer -ffunction-sections -fno-strict-aliasing \
44-
-Wall -Wextra -Wno-psabi \
44+
-Wall -Wextra -Wfatal-errors -Wno-psabi \
4545
$(BUILD_CFLAGS) $(INCLUDE) $(DEFINES)
4646

4747
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-lto -fno-exceptions -std=gnu++23

0 commit comments

Comments
 (0)