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
Rust: Makefile.toml: Add Feature flag support (#298)
Adds additional environment variables to the Makefile.toml to set
features when building.
setting the variable `FEATURES` will translate to passing `--features
<features>` to the underlying build command.
0 commit comments