diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-08-04 12:33:07 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-09-01 20:33:33 +0900 |
commit | 0c4beffbfe3fcd711b5d9268e7c7d63d4c1cc964 (patch) | |
tree | ad939e1fc649c674b60244bb00ae107fa2751ecf /scripts/check-sysctl-docs | |
parent | 76be4f5a784533c71afbbb1b8f2963ef9e2ee258 (diff) |
kbuild: modinst: remove the multithread option from zstd compression
Parallel execution is supported by GNU Make:
$ make -j<N> modules_install
It is questionable to enable multithreading within each zstd process
by default.
If you still want to do it, you can use the environment variable:
$ ZSTD_NBTHREADS=<N> make modules_install
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Tested-by: Sedat Dilek <sedat.dilek@gmail.com>
Diffstat (limited to 'scripts/check-sysctl-docs')
0 files changed, 0 insertions, 0 deletions