use gcc by default for hardened_malloc instead

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-20 00:13:21 -04:00 committed by June
parent 7007df9abd
commit 99f920f7bc

View file

@ -321,7 +321,7 @@ sd-notify = { version = "0.4.1", optional = true } # systemd is only availabl
[target.'cfg(all(not(target_env = "msvc"), target_os = "linux"))'.dependencies]
hardened_malloc-rs = { version = "0.1", optional = true, features = [
"static",
"clang",
"gcc",
"light",
], default-features = false }
#hardened_malloc-rs = { optional = true, features = ["static","clang","light"], path = "../hardened_malloc-rs", default-features = false }