mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-22 23:21:08 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue