keep the asserts for !debug builds..

This commit is contained in:
Dana Jansens 2003-01-13 02:10:19 +00:00
parent 7fc226b654
commit 7c9ba37f01

View file

@ -19,7 +19,8 @@ AC_DEFUN([OB_DEBUG],
AC_DEFINE([DEBUG], [1], [Creating a debug build])
else
AC_MSG_RESULT([RELEASE])
AC_DEFINE([NDEBUG], [1], [Creating a release build])
# keep the asserts in
# AC_DEFINE([NDEBUG], [1], [Creating a release build])
fi
])