Skip to content

Commit ce65a73

Browse files
committed
force hash optimize
1 parent d69f33f commit ce65a73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qemuafl/imported/afl_hash.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
/* This is an exerpt of xxhash/XXH3 to prevent colliding with xxhash that is
77
in QEMU */
88

9+
#pragma GCC optimize 3
10+
911
#include <stdio.h>
1012
#include <limits.h>
1113
#include <stdint.h>

0 commit comments

Comments
 (0)