From: Bart Van Assche Date: Thu, 2 Sep 2010 14:09:57 +0000 (+0000) Subject: Added and commented out the CFLAG -DENABLE_DRD_CONSISTENCY_CHECKS. X-Git-Tag: svn/VALGRIND_3_6_0~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=295d0f65dfd5c8d3b98605b6a275e6e4afe7b1b9;p=thirdparty%2Fvalgrind.git Added and commented out the CFLAG -DENABLE_DRD_CONSISTENCY_CHECKS. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11323 --- diff --git a/drd/Makefile.am b/drd/Makefile.am index f28c7524da..edfd7deaef 100644 --- a/drd/Makefile.am +++ b/drd/Makefile.am @@ -41,6 +41,8 @@ DRD_CFLAGS = \ -Wno-inline \ -Wno-unused-parameter +#DRD_CFLAGS += -DENABLE_DRD_CONSISTENCY_CHECKS + #---------------------------------------------------------------------------- # drd- #----------------------------------------------------------------------------