xxhash: Fix test on Linux.

This commit is contained in:
Jeroen van Rijn
2021-09-11 15:39:11 +02:00
parent eaefbc43cb
commit 72782d9035
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ strings_test:
$(ODIN) run strings/test_core_strings.odin
hash_test:
$(ODIN) run hash/test_core_hash.odin -o:size -no-bounds-check
$(ODIN) run hash -out=test_hash -o:speed -no-bounds-check -define:XXH_DISABLE_PREFETCH=true