mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Merge pull request #9449 from ChrisDryden/patch-3
Removing the per process file flag to reduce the llvm filemerge time
This commit is contained in:
commit
6d309b5bf4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue