mirror of
https://github.com/girlbossceo/jemallocator.git
synced 2024-11-29 00:34:14 +00:00
turn unprefixed request failure into a warning
This commit is contained in:
parent
07764999bd
commit
de2fd16d95
|
@ -249,7 +249,7 @@ fn main() {
|
|||
|| target.contains("musl")
|
||||
|| target.contains("darwin"))
|
||||
{
|
||||
println!("Unprefixed malloc() requested on unsupported platform");
|
||||
println!("cargo:warning=\"Unprefixed malloc() requested on unsupported platform\"");
|
||||
use_prefix = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue