changeset 292:d1f03d9014cb libavutil

dont recommand testing with -O3
author michael
date Mon, 12 Mar 2007 21:21:57 +0000
parents 78b11473f66a
children f75e55461c54
files sha1.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sha1.c	Mon Mar 12 21:21:12 2007 +0000
+++ b/sha1.c	Mon Mar 12 21:21:57 2007 +0000
@@ -122,7 +122,7 @@
 }
 
 // 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 <stdio.h>
 #undef printf