WiiU: Enable -Wall

This is the standard, according to CONTRIBUTING.md
This commit is contained in:
Ash Logan 2020-04-22 23:37:18 +10:00
parent ed24d05752
commit 08dfd58994

View File

@ -184,7 +184,7 @@ CFLAGS := -mcpu=750 -meabi -mhard-float
CFLAGS += -ffast-math -Werror=implicit-function-declaration
CFLAGS += -ffunction-sections -fdata-sections
#CFLAGS += -fomit-frame-pointer -mword-relocations
#CFLAGS += -Wall
CFLAGS += -Wall
ifeq ($(DEBUG), 1)
CFLAGS += -O0 -g