remove --workaroung-gcc296-bugs=yes from Valgrind invocation
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 29 Dec 2002 10:06:19 +0000 (10:06 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 29 Dec 2002 10:06:19 +0000 (10:06 +0000)
test/test_libFLAC.sh

index 2903457..da0ceab 100755 (executable)
@@ -31,7 +31,7 @@ export PATH
 run_test_libFLAC ()
 {
        if [ "$FLAC__VALGRIND" = yes ] ; then
-               valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --logfile-fd=4 --workaround-gcc296-bugs=yes test_libFLAC $* 4>>valgrind.log
+               valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --logfile-fd=4 test_libFLAC $* 4>>valgrind.log
        else
                test_libFLAC $*
        fi