From 82da03f717ea62dce03d883708871011e2eaa92f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 12 Mar 2007 21:21:57 +0000 Subject: [PATCH] dont recommand testing with -O3 Originally committed as revision 8355 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/sha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/sha1.c b/libavutil/sha1.c index b8bf2c3..97f2f9c 100644 --- a/libavutil/sha1.c +++ b/libavutil/sha1.c @@ -122,7 +122,7 @@ void av_sha1_final(AVSHA1* context, uint8_t digest[20]){ } // use the following to test -// gcc -DTEST -DHAVE_AV_CONFIG_H -I.. sha1.c -O3 -W -Wall -o sha1 && time ./sha1 +// gcc -DTEST -DHAVE_AV_CONFIG_H -I.. sha1.c -O2 -W -Wall -o sha1 && time ./sha1 #ifdef TEST #include #undef printf -- 2.7.4