Left consistency checks enabled in INET in the previous commit.
This commit is contained in:
parent
04b478f177
commit
c06bc3ead8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ g = generic
|
||||||
|
|
||||||
# Programs, flags, and libraries
|
# Programs, flags, and libraries
|
||||||
CC = cc
|
CC = cc
|
||||||
CPPFLAGS = -I. -D_MINIX -DBUF_TRACK_ALLOC_FREE -DBUF_CONSISTENCY_CHECK
|
CPPFLAGS = -I. -D_MINIX
|
||||||
CFLAGS = $(OPT) $(CPPFLAGS)
|
CFLAGS = $(OPT) $(CPPFLAGS)
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
LIBS = -lsysutil -lsys
|
LIBS = -lsysutil -lsys
|
||||||
|
|
Loading…
Reference in a new issue