Changeset 131 for trunk/Makefile.tools


Ignore:
Timestamp:
Jul 8, 2009, 8:40:08 PM (15 years ago)
Author:
rosiere
Message:

1) add constant method
2) test with systemc 2.2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.tools

    r129 r131  
    5555
    5656# Compilaton / Execution
    57 VALGRIND                                = valgrind --tool=memcheck --leak-check=yes --show-reachable=yes
    58 #VALGRIND                               = valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --leak-resolution=high
     57#VALGRIND                               = valgrind --tool=memcheck --leak-check=yes --show-reachable=yes
     58VALGRIND                                = valgrind --tool=memcheck --leak-check=full --show-reachable=yes --leak-resolution=high --partial-loads-ok=yes --undef-value-errors=yes
    5959labs_CC_PREFIX                          = $(DISTCC)
    6060home_CC_PREFIX                          =
Note: See TracChangeset for help on using the changeset viewer.