I was wondering if it's possible to tell rust to always use the pattern target/<triple> as its output directory rather than a mix of target/release, target/debug, and target/<triple> for the output directory.
Bonus points if I don't have to create target configs for each triple that would be built.