From 3a00916f4eb86a96de7f8c94974d20e3ea91c474 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Fri, 10 Jul 2020 09:22:16 -0400 Subject: switch to ed25519, zstd --- make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make') diff --git a/make b/make index 4282f64..5dc25f1 100755 --- a/make +++ b/make @@ -1,6 +1,7 @@ #!/bin/sh -[ -n "$compressor" ] || compressor="lz4 --best --favor-decSpeed -l" +#[ -n "$compressor" ] || compressor="lz4 --best --favor-decSpeed -l" +[ -n "$compressor" ] || compressor="zstd -19 -c -T0" #[ -n "$compressor" ] || compressor="xz -c --check=crc32 --x86 --lzma2=preset=9e" toppid=$$ -- cgit v1.2.3-54-g00ecf