remove my mudflap related code in makefile.common

git-svn-id: https://svn.eduke32.com/eduke32@1853 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2011-03-19 18:16:41 +00:00
parent 06afc4dcc5
commit a01f69c8e3

View file

@ -44,7 +44,6 @@ EFENCE?=0
OPTLEVEL?=2
PROFILER?=0
MUDFLAP?=0
MUDFLAP=0
ifneq (0,$(KRANDDEBUG))
RELEASE=0
@ -89,9 +88,6 @@ else
ifneq (0,$(KRANDDEBUG))
debug+=-DKRANDDEBUG=1
endif
ifneq (0,$(MUDFLAP))
debug+=-fmudflap -fmudflapth -funwind-tables
endif
endif
ifneq (0,$(DEBUGANYWAY))
debug+=-ggdb