Add -Werror

This commit is contained in:
Maschell 2026-01-15 16:49:10 +01:00
parent 348985c1df
commit 58a3963ce8

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__