add NOASSERTS make flag that disables assert()s (NDEBUG=1).

. made some checks in vfs/vnode.c also respond to NDEBUG=1.
  . turned on in release builds
This commit is contained in:
Ben Gras
2011-02-16 18:58:30 +00:00
parent 7840456b77
commit 287fee89cb
3 changed files with 11 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ then make $@
exit $?
fi
make world
make NOASSERTS=yes world
cd tools
rm revision
rm /boot/image/*