1 2 3 4 5
fn main() { if Ok("release".to_owned()) == std::env::var("PROFILE") { static_vcruntime::metabuild(); } }