diff --git a/Makefile b/Makefile index bab7108..188a0b1 100644 --- a/Makefile +++ b/Makefile @@ -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__