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:
@@ -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 -)
|
||||||
|
|||||||
Reference in New Issue
Block a user