enable NDEBUG define

This commit is contained in:
Denis Ryabov 2014-11-20 20:33:53 +03:00
parent 6de0e2036d
commit 07c47b59cc

View File

@ -442,7 +442,7 @@ AS_CASE(["$ARG_ENABLE_DEBUG"],
], ],
["no"], [ ["no"], [
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
#AC_DEFINE([NDEBUG],[1],[Define to disable debug code.]) AC_DEFINE([NDEBUG],[1],[Define to disable debug code.])
#COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -DNDEBUG " #COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -DNDEBUG "
DEBUGFLAGS="-Os" DEBUGFLAGS="-Os"
], ],