"Not dumb. I also really want..." <- cant you just use the following in your build.rs? ``` if std::env::var("CARGO_FEATURE_DEFMT").is_ok() { println!("cargo:rustc-link-arg=-Tdefmt.x"); } ```