]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #9118 - bjorn3:profile_codegen_backend_option, r=joshtriplett
authorbors <bors@rust-lang.org>
Fri, 6 Aug 2021 20:43:21 +0000 (20:43 +0000)
committerbors <bors@rust-lang.org>
Fri, 6 Aug 2021 20:43:21 +0000 (20:43 +0000)
Add a profile option to select the codegen backend

This makes it possible to compile only specific crates with a certain codegen backend.

I have tested this by compiling Bevy with cg_llvm, but one of the examples using cg_clif.

By the way I noticed that many unstable profile options are not checked when using profile overrides.


Trivial merge