Make TOOLS_CFLAGS more easily customisable in the Makefile.
Fixes Bugzilla #4155.
This commit is contained in:
2
Makefile
2
Makefile
@@ -1073,7 +1073,7 @@ makedirs:
|
|||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
TOOLS_OPTIMIZE = -g -O2 -Wall -fno-strict-aliasing
|
TOOLS_OPTIMIZE = -g -O2 -Wall -fno-strict-aliasing
|
||||||
TOOLS_CFLAGS = $(TOOLS_OPTIMIZE) \
|
TOOLS_CFLAGS += $(TOOLS_OPTIMIZE) \
|
||||||
-DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \
|
-DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \
|
||||||
-I$(Q3LCCSRCDIR) \
|
-I$(Q3LCCSRCDIR) \
|
||||||
-I$(LBURGDIR)
|
-I$(LBURGDIR)
|
||||||
|
Reference in New Issue
Block a user