Cleaner MKSYSDEBUG option

This commit is contained in:
Arun Thomas
2011-08-18 14:56:34 +02:00
parent 6811647e20
commit 27c0e801f2
7 changed files with 7 additions and 6 deletions

View File

@@ -247,5 +247,5 @@ NBSD_LIBC= yes
.if ${COMPILER_TYPE} == "gnu" && defined(MKSMALL) && ${MKSMALL} == "yes"
DBG= -Os
CFLAGS+= -DNDEBUG=1 -DUSE_SMALL=1
CFLAGS+= -DNDEBUG
.endif