Create a new build profile for regular testing
The release
profile is sensible for production on constrained-download environments, but it uses link-time-optimization, which can be really slow. But for live testing, the debug
profile is a big slow. Now that we use Rust ≥1.57, we can define a custom profiles with a faster compilation time and reasonable speed.
The hard part here may be what to call it. "Medium"?