]> git.proxmox.com Git - rustc.git/blame - debian/patches/d-no-jemalloc.patch
refresh all patches, make diff markings consistent
[rustc.git] / debian / patches / d-no-jemalloc.patch
CommitLineData
cefde48f
XL
1--- a/compiler/rustc/Cargo.toml
2+++ b/compiler/rustc/Cargo.toml
3@@ -10,13 +10,6 @@
24de4bfd
SL
4 # Make sure rustc_codegen_ssa ends up in the sysroot, because this
5 # crate is intended to be used by codegen backends, which may not be in-tree.
9b4d7cdb 6 rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
df795a96
XL
7-
8-[dependencies.jemalloc-sys]
36238de3 9-version = '0.3.0'
df795a96
XL
10-optional = true
11-features = ['unprefixed_malloc_on_supported_platforms']
df795a96 12-
be20836c 13 [features]
24de4bfd 14-jemalloc = ['jemalloc-sys']
be20836c 15 llvm = ['rustc_driver/llvm']
9b4d7cdb 16 max_level_info = ['rustc_driver/max_level_info']