Make TOOLS_CFLAGS more easily customisable in the Makefile.
Fixes Bugzilla #4155.
This commit is contained in:
8
Makefile
8
Makefile
@@ -1073,10 +1073,10 @@ 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)
|
||||||
TOOLS_LIBS =
|
TOOLS_LIBS =
|
||||||
TOOLS_LDFLAGS =
|
TOOLS_LDFLAGS =
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user