Add -Werror

This commit is contained in:
Maschell 2026-01-15 16:49:10 +01:00
parent ad54673bad
commit 0b832c7c45

View File

@ -39,7 +39,7 @@ INCLUDES := source
#-------------------------------------------------------------------------------
# options for code generation
#-------------------------------------------------------------------------------
CFLAGS := -Wall -Wextra -Os -ffunction-sections -fdata-sections\
CFLAGS := -Wall -Wextra -Werror -Os -ffunction-sections -fdata-sections\
$(MACHDEP)
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__