X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=8b11014edae795c1a4638680d475e16247c5b056;hb=8407612a8d0fa3195fe7d3785be02790979ddf92;hp=093b8f9e526eca8778e43293a3614e0bc70f1fae;hpb=5572f2df7f62a49d47e6609d990d4b4fa072bbcb;p=rust.git diff --git a/config.toml.example b/config.toml.example index 093b8f9e526..8b11014edae 100644 --- a/config.toml.example +++ b/config.toml.example @@ -300,12 +300,6 @@ # Adding debuginfo makes them several times larger. #debuginfo-tools = false -# Whether or not jemalloc is built and enabled -#use-jemalloc = true - -# Whether or not jemalloc is built with its debug option set -#debug-jemalloc = false - # Whether or not `panic!`s generate backtraces (RUST_BACKTRACE) #backtrace = true @@ -402,6 +396,10 @@ # generally only set for releases #remap-debuginfo = false +# Link the compiler against `jemalloc`, where on Linux and OSX it should +# override the default allocator for rustc and LLVM. +#jemalloc = false + # ============================================================================= # Options for specific targets # @@ -441,10 +439,6 @@ # not, you can specify an explicit file name for it. #llvm-filecheck = "/path/to/FileCheck" -# Path to the custom jemalloc static library to link into the standard library -# by default. This is only used if jemalloc is still enabled above -#jemalloc = "/path/to/jemalloc/libjemalloc_pic.a" - # If this target is for Android, this option will be required to specify where # the NDK for the target lives. This is used to find the C compiler to link and # build native code.