index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
dlmalloc
/
build.rs
blob: 20aaa4f8597628865d9263f545d6225f543cb478 (
plain
)
1
2
3
4
fn
main
()
{
#[cfg(feature =
"debug"
)]
println!
(
"cargo:rustc-cfg=debug_assertions"
);
}