提交 82da03f7 编写于 作者: M Michael Niedermayer

dont recommand testing with -O3

Originally committed as revision 8355 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 aa59433a
...@@ -122,7 +122,7 @@ void av_sha1_final(AVSHA1* context, uint8_t digest[20]){ ...@@ -122,7 +122,7 @@ void av_sha1_final(AVSHA1* context, uint8_t digest[20]){
} }
// use the following to test // 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 #ifdef TEST
#include <stdio.h> #include <stdio.h>
#undef printf #undef printf
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册