From 07c47b59cce6e545f9ca4af8833e0b8a9d8c3e38 Mon Sep 17 00:00:00 2001 From: Denis Ryabov Date: Thu, 20 Nov 2014 20:33:53 +0300 Subject: [PATCH] enable NDEBUG define --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ab951b4f..83cd12b5 100644 --- a/configure.ac +++ b/configure.ac @@ -442,7 +442,7 @@ AS_CASE(["$ARG_ENABLE_DEBUG"], ], ["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 " DEBUGFLAGS="-Os" ],