Files
regorus/.cargo/config.toml
Ming-Wei Shih b2aca43e64 Add missing config.toml
Signed-off-by: Ming-Wei Shih <mishih@microsoft.com>
2023-02-09 19:40:47 +00:00

12 lines
285 B
TOML

[build]
target = "x86_64-unknown-linux-musl"
# Flags to enable code-coverage for all builds.
# These can be removed later.
rustflags = ["-Cinstrument-coverage"]
incremental = true
[env]
# Name of coverage instrumentation log file.
LLVM_PROFILE_FILE="target/cargo-test-%p-%m.profraw"