Add -Wextra flag to Makefile

This commit is contained in:
Maschell 2023-01-04 16:26:33 +01:00
parent 333359c75d
commit 47a86a5102

View File

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