Debug builds imply NOOPT

This commit is contained in:
Joris Vink 2016-02-13 14:21:09 +01:00
parent fcc2010117
commit 090e2cc6a2
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ LDFLAGS=-rdynamic -lssl -lcrypto
ifneq ("$(DEBUG)", "")
CFLAGS+=-DKORE_DEBUG -g
NOOPT=1
endif
ifneq ("$(NOOPT)", "")