aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-11-02 23:58:32 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-11-02 23:58:32 +0000
commit6b70b835fcb2882b945a4dc971e54aa9bc8e5b89 (patch)
tree5cbcbb92dd364408973ee3b34a5038452ba84db9 /Makefile
parent56902c5a9b6b59341f71098566f2d84a4af4b572 (diff)
downloadioquake3-aero-6b70b835fcb2882b945a4dc971e54aa9bc8e5b89.tar.gz
ioquake3-aero-6b70b835fcb2882b945a4dc971e54aa9bc8e5b89.zip
* Move TOOLS_OPTIMIZE
git-svn-id: svn://svn.icculus.org/quake3/trunk@1205 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ac119d..88ee149 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,6 @@ LBURGDIR=$(MOUNT_DIR)/tools/lcc/lburg
Q3CPPDIR=$(MOUNT_DIR)/tools/lcc/cpp
Q3LCCETCDIR=$(MOUNT_DIR)/tools/lcc/etc
Q3LCCSRCDIR=$(MOUNT_DIR)/tools/lcc/src
-TOOLS_OPTIMIZE=-g -O2 -Wall -fno-strict-aliasing
LOKISETUPDIR=misc/setup
SDLHDIR=$(MOUNT_DIR)/SDL12
LIBSDIR=$(MOUNT_DIR)/libs
@@ -919,6 +918,7 @@ makedirs:
# QVM BUILD TOOLS
#############################################################################
+TOOLS_OPTIMIZE = -g -O2 -Wall -fno-strict-aliasing
TOOLS_CFLAGS = $(TOOLS_OPTIMIZE) \
-DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \
-I$(Q3LCCSRCDIR) \