bugfix: Replace -NDEBUG by -DNDEBUG

This commit is contained in:
Jan Lindemann 2004-07-29 12:29:09 +00:00 committed by Jan Lindemann
commit 8012ed8496

View file

@ -265,7 +265,7 @@ ifeq ($(USE_COMPILER_DEBUG_OPTS),true)
PROJECT_LDFLAGS += -Wall -g3
else
ifeq ($(USE_COMPILER_OPTIMIZATION_OPTS),true)
PROJECT_CFLAGS += -funroll-loops -O2 -NDEBUG
PROJECT_CFLAGS += -funroll-loops -O2 -DNDEBUG
endif
endif