instrument for valgrind

This commit is contained in:
Josh Coalson
2002-12-04 04:57:33 +00:00
parent 23fec2b7dc
commit 34c1ea8ca2
16 changed files with 218 additions and 114 deletions

View File

@@ -23,9 +23,11 @@ DEFAULT_CONFIG = release
CONFIG = $(DEFAULT_CONFIG)
debug : CONFIG = debug
valgrind: CONFIG = valgrind
release : CONFIG = release
debug : all
valgrind: all
release : all
gain_analysis: