Add -Wextra flag to makefile

This commit is contained in:
Maschell 2023-01-05 16:24:42 +01:00
parent 25de833405
commit d24e6233d6
1 changed files with 1 additions and 1 deletions

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__