1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Run commpression with nice for better usability.

This commit is contained in:
2017-12-25 21:59:19 +01:00
parent 02d8f92585
commit 5f1259c694

View File

@@ -6,4 +6,4 @@ CXXFLAGS="-march=native -mtune=native -O2 -pipe -fstack-protector-strong -flto"
MAKEFLAGS="-j6" MAKEFLAGS="-j6"
# Use parallel compression # Use parallel compression
COMPRESSXZ=(xz -c -z -T 0 -) COMPRESSXZ=(nice xz -c -z -T 0 -)