mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +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
|
||||
#############################################################################
|
||||
|
||||
TOOLS_CFLAGS = -O2 -Wall -Werror -fno-strict-aliasing -MMD \
|
||||
TOOLS_CFLAGS = -O2 -Wall -fno-strict-aliasing -MMD \
|
||||
-DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \
|
||||
-I$(Q3LCCSRCDIR) \
|
||||
-I$(LBURGDIR)
|
||||
|
|
Loading…
Reference in a new issue