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

Keep going while building for better diagnostics

This commit is contained in:
2022-08-19 16:22:49 +02:00
parent 3769dadebc
commit d428751e5d

View File

@@ -7,7 +7,7 @@ CXXFLAGS="${CXXFLAGS/-mtune=generic/-mtune=native}"
export RUSTFLAGS="-C target_cpu=native"
# Do a parallel build and enable output combining
MAKEFLAGS="-j$(nproc) -Otarget"
MAKEFLAGS="-j$(nproc) -Otarget -k"
# Use parallel compression
COMPRESSXZ=(nice xz -c -z -T 0 -)