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
The --config argument for cargo is a powerful feature, essentially allowing you to expand Config.toml without modifying the file directly.
We should add support for it as well, forwarding it to our cargo commands.
This will be especially helpful for benchmarking different configurations against each other, allowing us to choose the best defaults (e.g. for the web compilation profiles).
The text was updated successfully, but these errors were encountered:
The
--config
argument forcargo
is a powerful feature, essentially allowing you to expandConfig.toml
without modifying the file directly.We should add support for it as well, forwarding it to our
cargo
commands.This will be especially helpful for benchmarking different configurations against each other, allowing us to choose the best defaults (e.g. for the web compilation profiles).
The text was updated successfully, but these errors were encountered: