From 66947641209890553871e69f4474b450ed502ae5 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 5 Feb 2016 16:27:12 -0500 Subject: [svn-r29050] Setting --enable-build-mode=debug now creates an H5_DEBUG_BUILD definition. Tested on: linux VM (minor change) --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 4ab4245..2fc71c8 100644 --- a/configure.ac +++ b/configure.ac @@ -193,6 +193,7 @@ case "X-$BUILD_MODE" in AC_MSG_RESULT([clean]) ;; X-debug) + AC_DEFINE([DEBUG_BUILD], [1], [Define if this is a debug build.]) H5_CFLAGS="$H5_CFLAGS $DEBUG_CFLAGS" H5_CPPFLAGS="$H5_CPPFLAGS $DEBUG_CPPFLAGS" H5_CXXFLAGS="$H5_CXXFLAGS $DEBUG_CXXFLAGS" -- cgit v0.12