diff --git a/polymer/eduke32/Makefile.common b/polymer/eduke32/Makefile.common index 1bc6cfdc2..ffd7efcf6 100644 --- a/polymer/eduke32/Makefile.common +++ b/polymer/eduke32/Makefile.common @@ -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