From: Debian Rust Maintainers Date: Sat, 13 Jul 2019 17:30:35 +0000 (+0100) Subject: d-no-jemalloc X-Git-Tag: archive/raspbian/1.35.0+dfsg1-1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=14ed352d9e9c9e71b8b9b45c5eed1f6cc15d4a4b;p=rustc.git d-no-jemalloc =================================================================== Gbp-Pq: Name d-no-jemalloc.patch --- diff --git a/src/rustc/Cargo.toml b/src/rustc/Cargo.toml index 997d139383..113da66b48 100644 --- a/src/rustc/Cargo.toml +++ b/src/rustc/Cargo.toml @@ -15,11 +15,3 @@ rustc_driver = { path = "../librustc_driver" } # Make sure rustc_codegen_ssa ends up in the sysroot, because this # crate is intended to be used by codegen backends, which may not be in-tree. rustc_codegen_ssa = { path = "../librustc_codegen_ssa" } - -[dependencies.jemalloc-sys] -version = '0.3.0' -optional = true -features = ['unprefixed_malloc_on_supported_platforms'] - -[features] -jemalloc = ['jemalloc-sys']