We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf04ba commit 82e93b5Copy full SHA for 82e93b5
dkms.in
@@ -2836,7 +2836,7 @@ symlink_modules=""
2836
# Set compression defaults
2837
compress_gzip_opts=""
2838
compress_xz_opts="--check=crc32 --lzma2=dict=1MiB"
2839
-compress_zstd_opts="-q -T0"
+compress_zstd_opts="-q --rm -T0"
2840
2841
# Check that we can write temporary files
2842
tmpfile=$(mktemp_or_die)
dkms_framework.conf.in
@@ -54,4 +54,4 @@
54
# maximum compression, at the expense of speed when compressing.
55
# compress_gzip_opts="-6"
56
# compress_xz_opts="--check=crc32 --lzma2=dict=1MiB -6"
57
-# compress_zstd_opts="-q -T0 -3"
+# compress_zstd_opts="-q --rm -T0 -3"
0 commit comments