mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-20 18:04:03 -05:00
Add -Wextra flag to Makefile
This commit is contained in:
2
Makefile
2
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__
|
||||
|
||||
Reference in New Issue
Block a user