mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +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
8
Makefile
8
Makefile
|
@ -1073,10 +1073,10 @@ makedirs:
|
|||
#############################################################################
|
||||
|
||||
TOOLS_OPTIMIZE = -g -O2 -Wall -fno-strict-aliasing
|
||||
TOOLS_CFLAGS = $(TOOLS_OPTIMIZE) \
|
||||
-DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \
|
||||
-I$(Q3LCCSRCDIR) \
|
||||
-I$(LBURGDIR)
|
||||
TOOLS_CFLAGS += $(TOOLS_OPTIMIZE) \
|
||||
-DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \
|
||||
-I$(Q3LCCSRCDIR) \
|
||||
-I$(LBURGDIR)
|
||||
TOOLS_LIBS =
|
||||
TOOLS_LDFLAGS =
|
||||
|
||||
|
|
Loading…
Reference in a new issue