Removed Werror to work around a bug in the PSP cross-compiler.
This commit is contained in:
@@ -86,7 +86,7 @@ all: $(DEFAULT_RULE)
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CFLAGS := -Wall -W -Werror -Wno-unused $(CFLAGS)
|
CFLAGS := -Wall -W -Wno-unused $(CFLAGS)
|
||||||
CXXFLAGS += $(CFLAGS)
|
CXXFLAGS += $(CFLAGS)
|
||||||
# -fno-exceptions
|
# -fno-exceptions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user