Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Memcheck mode.
[simgrid.git] / buildtools / Cmake / my_valgrind.pl
index b019aee..4fc3050 100755 (executable)
@@ -11,11 +11,6 @@ while($count!=$#ARGV+1)
                chdir ($ARGV[$count+1]);
                $count++;
        }
-       elsif($ARGV[$count] eq "--valgrind") {
-               print "valgrind_path $ARGV[$count+1]\n";
-               $val_path = $ARGV[$count+1];
-               $count++;
-       }
        else{
                $arg="$arg $ARGV[$count]";
        }