mirror of
https://github.com/UberGames/ioef.git
synced 2025-02-07 08:22:05 +00:00
* Remove -Werror from TOOLS_CFLAGS
This commit is contained in:
parent
c7c2ee1b84
commit
39ab3294bf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -842,7 +842,7 @@ makedirs:
|
||||||
# QVM BUILD TOOLS
|
# QVM BUILD TOOLS
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
TOOLS_CFLAGS = -O2 -Wall -Werror -fno-strict-aliasing -MMD \
|
TOOLS_CFLAGS = -O2 -Wall -fno-strict-aliasing -MMD \
|
||||||
-DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \
|
-DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \
|
||||||
-I$(Q3LCCSRCDIR) \
|
-I$(Q3LCCSRCDIR) \
|
||||||
-I$(LBURGDIR)
|
-I$(LBURGDIR)
|
||||||
|
|
Loading…
Reference in a new issue