From: Josh Coalson Date: Sun, 29 Dec 2002 10:06:19 +0000 (+0000) Subject: remove --workaroung-gcc296-bugs=yes from Valgrind invocation X-Git-Tag: 1.2.0~1206 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6bc4e4f2004234e32ec1ff282c11bdb6d0b06a52;p=platform%2Fupstream%2Fflac.git remove --workaroung-gcc296-bugs=yes from Valgrind invocation --- diff --git a/test/test_libFLAC.sh b/test/test_libFLAC.sh index 2903457..da0ceab 100755 --- a/test/test_libFLAC.sh +++ b/test/test_libFLAC.sh @@ -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