From: Debian Rust Maintainers Date: Sat, 18 Sep 2021 10:45:21 +0000 (+0100) Subject: d-no-jemalloc X-Git-Tag: archive/raspbian/1.59.0+dfsg1-1_deb11u3+rpi1~2^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e10ee4dc44b810ae1452a3dbf3ba112745d99665;p=rustc-mozilla.git d-no-jemalloc =================================================================== Gbp-Pq: Name d-no-jemalloc.patch --- diff --git a/compiler/rustc/Cargo.toml b/compiler/rustc/Cargo.toml index 6e6c0c71a..f6ae74a35 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']