mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-02 20:01:23 +00:00
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:
parent
06afc4dcc5
commit
a01f69c8e3
1 changed files with 0 additions and 4 deletions
|
@ -44,7 +44,6 @@ EFENCE?=0
|
||||||
OPTLEVEL?=2
|
OPTLEVEL?=2
|
||||||
PROFILER?=0
|
PROFILER?=0
|
||||||
MUDFLAP?=0
|
MUDFLAP?=0
|
||||||
MUDFLAP=0
|
|
||||||
|
|
||||||
ifneq (0,$(KRANDDEBUG))
|
ifneq (0,$(KRANDDEBUG))
|
||||||
RELEASE=0
|
RELEASE=0
|
||||||
|
@ -89,9 +88,6 @@ else
|
||||||
ifneq (0,$(KRANDDEBUG))
|
ifneq (0,$(KRANDDEBUG))
|
||||||
debug+=-DKRANDDEBUG=1
|
debug+=-DKRANDDEBUG=1
|
||||||
endif
|
endif
|
||||||
ifneq (0,$(MUDFLAP))
|
|
||||||
debug+=-fmudflap -fmudflapth -funwind-tables
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
ifneq (0,$(DEBUGANYWAY))
|
ifneq (0,$(DEBUGANYWAY))
|
||||||
debug+=-ggdb
|
debug+=-ggdb
|
||||||
|
|
Loading…
Reference in a new issue