From: Debian Rust Maintainers Date: Fri, 10 Apr 2020 10:33:25 +0000 (+0100) Subject: d-no-jemalloc X-Git-Tag: archive/raspbian/1.42.0+dfsg1-1+rpi1~1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5e8461578456003e766de13d8e39bf44d7502923;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 5e0f167bb3..9b645e2f34 100644 --- a/src/rustc/Cargo.toml +++ b/src/rustc/Cargo.toml @@ -14,12 +14,5 @@ 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'] llvm = ['rustc_driver/llvm']