# HG changeset patch # User michael # Date 1173734517 0 # Node ID d1f03d9014cbac85144083c38b4a7112211fc9b8 # Parent 78b11473f66a8b799eff0fc7c60194ca99900fbc dont recommand testing with -O3 diff -r 78b11473f66a -r d1f03d9014cb sha1.c --- 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 #undef printf