mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Keep going while building for better diagnostics
This commit is contained in:
@@ -7,7 +7,7 @@ CXXFLAGS="${CXXFLAGS/-mtune=generic/-mtune=native}"
|
|||||||
export RUSTFLAGS="-C target_cpu=native"
|
export RUSTFLAGS="-C target_cpu=native"
|
||||||
|
|
||||||
# Do a parallel build and enable output combining
|
# Do a parallel build and enable output combining
|
||||||
MAKEFLAGS="-j$(nproc) -Otarget"
|
MAKEFLAGS="-j$(nproc) -Otarget -k"
|
||||||
|
|
||||||
# Use parallel compression
|
# Use parallel compression
|
||||||
COMPRESSXZ=(nice xz -c -z -T 0 -)
|
COMPRESSXZ=(nice xz -c -z -T 0 -)
|
||||||
|
|||||||
Reference in New Issue
Block a user