summaryrefslogtreecommitdiffstats
path: root/vendor/dlmalloc/build.rs
blob: 20aaa4f8597628865d9263f545d6225f543cb478 (plain)
1
2
3
4
fn main() {
    #[cfg(feature = "debug")]
    println!("cargo:rustc-cfg=debug_assertions");
}