mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
WiiU: Enable -Wall
This is the standard, according to CONTRIBUTING.md
This commit is contained in:
parent
ed24d05752
commit
08dfd58994
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user