Commit 36fa6051 authored by michael's avatar michael

dont recommand testing with -O3


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8355 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6edf02d9
......@@ -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 <stdio.h>
#undef printf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment