mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-23 15:40:39 +00:00
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:
parent
a0f19e66be
commit
3e103e435a
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue