mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +00:00
* Move TOOLS_OPTIMIZE
This commit is contained in:
parent
31c24bd0d2
commit
6d5fc14c66
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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) \
|
||||
|
|
Loading…
Reference in a new issue