Package: rustc / 1.41.1+dfsg1-1~deb10u1

d-no-jemalloc.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: rust/src/rustc/Cargo.toml
===================================================================
--- rust.orig/src/rustc/Cargo.toml
+++ rust/src/rustc/Cargo.toml
@@ -15,12 +15,5 @@ rustc_driver = { path = "../librustc_dri
 # 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']