1 2 3 4 5
fn main() { if !cfg!(windows) && std::env::var_os("LBUG_SHARED").is_none() { println!("cargo:rustc-link-arg=-rdynamic"); } }