angry nerd rage

git-svn-id: https://svn.eduke32.com/eduke32@1850 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2011-03-19 17:59:09 +00:00
parent 0517f094be
commit 9b0cd02e8a

View file

@ -21,7 +21,8 @@ USE_OPENGL = 1
NOASM = 0
LINKED_GTK = 0
BUILD32_ON_64 = 0
NEDMALLOC = 1
# DO NOT SET THIS TO 1 AND COMMIT IT.
NEDMALLOC = 0
ifeq (0,$(USE_OPENGL))
POLYMER = 0
@ -41,7 +42,7 @@ KRANDDEBUG?=0
EFENCE?=0
OPTLEVEL?=2
PROFILER?=0
NOSOUND?=0
MUDFLAP?=0
ifneq (0,$(KRANDDEBUG))
RELEASE=0
@ -71,6 +72,10 @@ else
ifeq ($(PLATFORM),LINUX)
LIBS+=-rdynamic
endif
ifneq (0,$(MUDFLAP))
LIBS+= -lmudflapth
debug+= -fmudflapth
endif
ifneq (0,$(PROFILER))
LIBS+= -lprofiler
debug+= -pg