forked from corrosion-rs/corrosion
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename rustflags variable to make global scope clear
The currently available way of setting Rustflags is by setting the `RUSTFLAGS` environment variable, which affects all crates in the dependency graph. This may be undesirable in some circumstances, so a future commit will the option to specify RUSTFLAGS via `cargo rustc`, which only affects the current crate and not dependencies. This commit prepares by refactoring some names to make the distinction easier.
- Loading branch information
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters