diff Makefile.parallel @ 969:752d78bbb899

enabled Valgrind checks
author thomask
date Wed, 19 Apr 2006 06:44:38 +0000
parents ed4432c7776f
children 8da09834526d
line wrap: on
line diff
--- a/Makefile.parallel	Wed Apr 19 06:43:40 2006 +0000
+++ b/Makefile.parallel	Wed Apr 19 06:44:38 2006 +0000
@@ -77,7 +77,7 @@
 all :: version compile nocompile run norun
 
 % : %.c
-	$(CC) $(CFLAGS) $< -o $@
+	$(CC) $(CFLAGS) -DUSE_VALGRIND $< -o $@
 	
 tools :: $(dstress) $(crashRun)