Do not let DEBUG imply NOOPT any longer.

This commit is contained in:
Joris Vink 2020-08-13 09:10:00 +02:00
parent 6b3347ae3a
commit d2617fdf32
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ endif
ifneq ("$(DEBUG)", "")
CFLAGS+=-DKORE_DEBUG -g
FEATURES+=-DKORE_DEBUG
NOOPT=1
endif
ifneq ("$(NOOPT)", "")