mirror of
https://github.com/UberGames/ioef.git
synced 2025-01-18 23:21:37 +00:00
Make TOOLS_CFLAGS more easily customisable in the Makefile.
Fixes Bugzilla #4155.
This commit is contained in:
parent
8d0f212521
commit
592062c548
1 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -1073,7 +1073,7 @@ makedirs:
|
|||
#############################################################################
|
||||
|
||||
TOOLS_OPTIMIZE = -g -O2 -Wall -fno-strict-aliasing
|
||||
TOOLS_CFLAGS = $(TOOLS_OPTIMIZE) \
|
||||
TOOLS_CFLAGS += $(TOOLS_OPTIMIZE) \
|
||||
-DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \
|
||||
-I$(Q3LCCSRCDIR) \
|
||||
-I$(LBURGDIR)
|
||||
|
|
Loading…
Reference in a new issue