Open
Description
Currently, setting RUSTFLAGS will compile build dependencies with the provided options as well. This means that using things like the sanitizer support may not work since the build dependencies will be compiled with sanitizers on as well, and they may fail.
This probably also means that RUSTFLAGS isn't very useful when cross compiling.
(This is making it hard to write nice wrappers for fuzzing)