From: Debian Rust Maintainers Date: Sun, 19 Sep 2021 18:48:33 +0000 (+0100) Subject: d-no-jemalloc X-Git-Tag: archive/raspbian/1.56.0+dfsg1-2+rpi1^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b831e5283c1016a0a93719a489694d854243f510;p=rustc.git d-no-jemalloc =================================================================== Gbp-Pq: Name d-no-jemalloc.patch --- diff --git a/compiler/rustc/Cargo.toml b/compiler/rustc/Cargo.toml index 6e6c0c71a1..f6ae74a35a 100644 --- a/compiler/rustc/Cargo.toml +++ b/compiler/rustc/Cargo.toml @@ -10,13 +10,6 @@ rustc_driver = { path = "../rustc_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 = "../rustc_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'] max_level_info = ['rustc_driver/max_level_info']