[PATCH] erofs-utils: enable multi-threaded build by default
Gao Xiang
hsiangkao at linux.alibaba.com
Tue Aug 19 12:17:58 AEST 2025
Remove the EXPERIMENTAL tag since it has already been adopted
by various distributions.
Signed-off-by: Gao Xiang <hsiangkao at linux.alibaba.com>
---
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6f2421d..1efb57a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,10 +111,10 @@ AC_ARG_VAR([MAX_BLOCK_SIZE], [The maximum block size which erofs-utils supports]
AC_MSG_CHECKING([whether to enable multi-threading support])
AC_ARG_ENABLE([multithreading],
- AS_HELP_STRING([--enable-multithreading],
- [enable multi-threading support (EXPERIMENTAL) @<:@default=no@:>@]),
+ AS_HELP_STRING([--disable-multithreading],
+ [disable multi-threading support @<:@default=yes@:>@]),
[enable_multithreading="$enableval"],
- [enable_multithreading="no"])
+ [enable_multithreading="yes"])
AC_MSG_RESULT([$enable_multithreading])
AC_ARG_ENABLE([debug],
--
2.43.5
More information about the Linux-erofs
mailing list