]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added and commented out the CFLAG -DENABLE_DRD_CONSISTENCY_CHECKS.
authorBart Van Assche <bvanassche@acm.org>
Thu, 2 Sep 2010 14:09:57 +0000 (14:09 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 2 Sep 2010 14:09:57 +0000 (14:09 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11323

drd/Makefile.am

index f28c7524dac032687ddcbcd90f2e56e4b42a1246..edfd7deaef60fbed0b2b8f6189b71fa6ad8a8932 100644 (file)
@@ -41,6 +41,8 @@ DRD_CFLAGS =                          \
   -Wno-inline                          \
   -Wno-unused-parameter
 
+#DRD_CFLAGS += -DENABLE_DRD_CONSISTENCY_CHECKS
+
 #----------------------------------------------------------------------------
 # drd-<platform>
 #----------------------------------------------------------------------------