d-no-jemalloc
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Sun, 29 Dec 2019 22:17:04 +0000 (22:17 +0000)
committerXimin Luo <infinity0@debian.org>
Sun, 29 Dec 2019 22:17:04 +0000 (22:17 +0000)
===================================================================

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

src/rustc/Cargo.toml

index 997d13938379839b82f663642d3542edb2c23eb6..113da66b4805951c28b3d42c0004ce2f74ea8f12 100644 (file)
@@ -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']