]> wimlib.net Git - wimlib/blobdiff - README
--disable-multithreaded-compression option
[wimlib] / README
diff --git a/README b/README
index e74c23f603b1c4a07dc205a9dcfb780aa8ae1e00..ef387b273890a21b2e9013512cc5bcb353e3c63b 100644 (file)
--- a/README
+++ b/README
@@ -169,6 +169,11 @@ wimlib's `configure' script:
        the setxattr() function and the attr/xattr.h header be available.  The
        default is to autodetect whether support is possible.
 
+--disable-multithreaded-compression
+       By default, data will be compressed using multiple threads when writing
+       a WIM, unless only 1 processor is detected.  Specify this option to
+       disable support for this.
+
 --enable-ssse3-sha1
        Use a very fast assembly language implementation of SHA1 from Intel.
        Only use this if the build target supports the SSSE3 instructions.