Add -Wextra flag to makefile

This commit is contained in:
Maschell 2023-01-05 16:24:42 +01:00
parent 2cddcdbf64
commit 2f2b76b5e9

View File

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