Changeset 131 for trunk/Makefile.tools
- Timestamp:
- Jul 8, 2009, 8:40:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.tools
r129 r131 55 55 56 56 # Compilaton / Execution 57 VALGRIND = valgrind --tool=memcheck --leak-check=yes --show-reachable=yes58 #VALGRIND = valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --leak-resolution=high 57 #VALGRIND = valgrind --tool=memcheck --leak-check=yes --show-reachable=yes 58 VALGRIND = valgrind --tool=memcheck --leak-check=full --show-reachable=yes --leak-resolution=high --partial-loads-ok=yes --undef-value-errors=yes 59 59 labs_CC_PREFIX = $(DISTCC) 60 60 home_CC_PREFIX =
Note: See TracChangeset
for help on using the changeset viewer.