mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Removing the per process file flag to reduce the llvm filemerge time
This commit is contained in:
@@ -57,7 +57,7 @@ export CARGO_INCREMENTAL=0
|
||||
export RUSTFLAGS="-Cinstrument-coverage -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
|
||||
export RUSTDOCFLAGS="-Cpanic=abort"
|
||||
export RUSTUP_TOOLCHAIN="nightly-gnu"
|
||||
export LLVM_PROFILE_FILE="${PROFRAW_DIR}/coverage-%m-%p.profraw"
|
||||
export LLVM_PROFILE_FILE="${PROFRAW_DIR}/coverage-%4m.profraw"
|
||||
|
||||
# Disable expanded command printing for the rest of the program
|
||||
set +x
|
||||
|
||||
Reference in New Issue
Block a user