mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-09-26 04:41:57 -05:00
Add -Werror
This commit is contained in:
2
Makefile
2
Makefile
@@ -39,7 +39,7 @@ INCLUDES := source
|
||||
#-------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
#-------------------------------------------------------------------------------
|
||||
CFLAGS := -Wall -Wextra -Os -ffunction-sections -fdata-sections\
|
||||
CFLAGS := -Wall -Wextra -Werror -Os -ffunction-sections -fdata-sections\
|
||||
$(MACHDEP)
|
||||
|
||||
CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
|
||||
|
||||
Reference in New Issue
Block a user