use gcc by default for hardened_malloc instead
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
7007df9abd
commit
99f920f7bc
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Reference in a new issue