d-no-jemalloc
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Sun, 20 Dec 2020 18:52:10 +0000 (18:52 +0000)
committerXimin Luo <infinity0@debian.org>
Sun, 20 Dec 2020 18:52:10 +0000 (18:52 +0000)
===================================================================

Gbp-Pq: Name d-no-jemalloc.patch

compiler/rustc/Cargo.toml

index 6e6c0c71a1f3b61c438515ab51e93137f6739289..f6ae74a35adacc823d9e415c5c72b8c6dc068dcd 100644 (file)
@@ -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']