You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the value of RUSTFLAGS (set to empty string to avoid overwriting existing flags)
Why do people have to set it to an empty string to not overwrite them? That doesn't follow to me; instead what seems obvious to me would be to not touch the rust flags if rustflags is omitted, and, well, just set them to whatever the value of rustflags is if it was specified.
The text was updated successfully, but these errors were encountered:
Strongly agree. The default should not override pre-existing flags. For example, it is customary to set architecture specific flags in config.toml that are required to build a project.
Set the value of RUSTFLAGS (set to empty string to avoid overwriting existing flags)
Why do people have to set it to an empty string to not overwrite them? That doesn't follow to me; instead what seems obvious to me would be to not touch the rust flags if
rustflags
is omitted, and, well, just set them to whatever the value ofrustflags
is if it was specified.The text was updated successfully, but these errors were encountered: