From 1f25a4b3ae87327f045fbfec82b5af4c8da6ecd6 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Sun, 26 Jul 2020 23:14:17 +0100 Subject: [PATCH] config.toml.example: Update remap-debuginfo doc to be more general & accurate --- config.toml.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.toml.example b/config.toml.example index 01952b21ba4..7b1fee7b24e 100644 --- a/config.toml.example +++ b/config.toml.example @@ -453,8 +453,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