commit d2617fdf322cf26a3b9e1f91aebe5b8df37bd0a1
parent 6b3347ae3a46896fb0cb6d6fae4c0fb15147dcd3
Author: Joris Vink <joris@coders.se>
Date: Thu, 13 Aug 2020 09:10:00 +0200
Do not let DEBUG imply NOOPT any longer.
Diffstat:
Makefile | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -44,7 +44,6 @@ endif
ifneq ("$(DEBUG)", "")
CFLAGS+=-DKORE_DEBUG -g
FEATURES+=-DKORE_DEBUG
- NOOPT=1
endif
ifneq ("$(NOOPT)", "")