From 6ad1c1c257c74c82179a0eb62277ceef1cc4e9e0 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Tue, 31 Jan 2006 23:35:06 +0000 Subject: Sync with internal subversion --- hardinfo2/md5.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hardinfo2/md5.c') diff --git a/hardinfo2/md5.c b/hardinfo2/md5.c index 7acddee3..1047bf89 100644 --- a/hardinfo2/md5.c +++ b/hardinfo2/md5.c @@ -36,6 +36,10 @@ #include "md5.h" +#if defined(__OPTIMIZE__) +#error You must compile this program without "-O". (Or else the benchmark results may be different!) +#endif + /* Little-endian byte-swapping routines. Note that these do not depend on the size of datatypes such as uint32, nor do they require us to detect the endianness of the machine we are running on. It @@ -311,3 +315,4 @@ int main(int argc, char **argv) return 0; } #endif /* TEST */ + \ No newline at end of file -- cgit v1.2.3