From 768b1675f83ea45df8f09b55f2bd546c543f3196 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sun, 10 May 2026 10:49:33 +0300 Subject: [PATCH] Do not use ISA-L in test_crc32c --- src/test/test_crc32.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/test_crc32.cpp b/src/test/test_crc32.cpp index 19aafeab..8d8f54f8 100644 --- a/src/test/test_crc32.cpp +++ b/src/test/test_crc32.cpp @@ -6,9 +6,10 @@ #include #include +#undef WITH_ISAL #include "malloc_or_die.h" #include "errno.h" -#include "crc32c.h" +#include "crc32c.c" int main(int narg, char *args[]) {