Closed as not planned
Description
Problem
I want to compile a project with cargo build
. This project has one binary and several libraries. I would like to pass some compiler flags such as llvm-args=-sanitizer-coverage-level=2
to certain crates. If I change the environment variable: RUSTFLAGS, all the dependencies will also be passed with the flags. Is there a way?
Proposed Solution
No response
Notes
No response