From f1fe6221bac2057239326d41acc2defc82d63d95 Mon Sep 17 00:00:00 2001 From: imrcpan Date: Tue, 18 Aug 2026 11:15:31 +0200 Subject: [PATCH] update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf3943c..0faa006 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ KMOD= erofs .error erofs supports only MACHINE_ARCH=amd64 .endif -WITH_ZSTDIO?= 0 +WITH_ZSTDIO?= 1 .if empty(WITH_ZSTDIO:M0) && empty(WITH_ZSTDIO:M1) .error WITH_ZSTDIO must be 0 or 1 .endif