Makefile.common: oops, -DNEBUG was in the debug build, not the release one

git-svn-id: https://svn.eduke32.com/eduke32@2239 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-01-07 20:37:48 +00:00
parent a0f19e66be
commit 3e103e435a

View file

@ -83,9 +83,7 @@ ifneq (0,$(RELEASE))
debug=-funswitch-loops debug=-funswitch-loops
endif endif
ifeq (0,$(DEBUGANYWAY)) ifeq (0,$(DEBUGANYWAY))
debug+= -fomit-frame-pointer debug+= -fomit-frame-pointer -DNDEBUG
else
debug+= -DNDEBUG
endif endif
ifneq (0,$(LTO)) ifneq (0,$(LTO))
LIBS+= -flto LIBS+= -flto