Do not use ISA-L in test_crc32c

This commit is contained in:
Vitaliy Filippov
2026-05-18 01:17:56 +03:00
parent 38fa722725
commit 768b1675f8
+2 -1
View File
@@ -6,9 +6,10 @@
#include <unistd.h>
#include <stdint.h>
#undef WITH_ISAL
#include "malloc_or_die.h"
#include "errno.h"
#include "crc32c.h"
#include "crc32c.c"
int main(int narg, char *args[])
{