X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=8ecd8d88d4895a8ddd082c6342efd6e9ffaefc2b;hb=6726ca2b280d75fbe2b2cfbac9ac2e61a9274e7c;hp=01952b21ba4b1fe9a07f76b246b65e3a0151760c;hpb=622a8b83cbf5e6fdb94e5dab77abbc5db8544bbc;p=rust.git diff --git a/config.toml.example b/config.toml.example index 01952b21ba4..8ecd8d88d48 100644 --- a/config.toml.example +++ b/config.toml.example @@ -341,7 +341,10 @@ # Debuginfo for tests run with compiletest is not controlled by this option # and needs to be enabled separately with `debuginfo-level-tests`. # -# Defaults to 2 if debug is true +# Note that debuginfo-level = 2 generates several gigabytes of debuginfo +# and will slow down the linking process significantly. +# +# Defaults to 1 if debug is true #debuginfo-level = 0 # Debuginfo level for the compiler. @@ -453,8 +456,7 @@ # instead of LLVM's default of 100. #thin-lto-import-instr-limit = 100 -# Map all debuginfo paths for libstd and crates to `/rust/$sha/$crate/...`, -# generally only set for releases +# Map debuginfo paths to `/rust/$sha/...`, generally only set for releases #remap-debuginfo = false # Link the compiler against `jemalloc`, where on Linux and OSX it should