File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 263
263
#debuginfo-only-std = false
264
264
265
265
# Enable debuginfo for the extended tools: cargo, rls, rustfmt
266
- # Adding debuginfo increases their sizes by a factor of 3-4 .
266
+ # Adding debuginfo makes them several times larger .
267
267
#debuginfo-tools = false
268
268
269
269
# Whether or not jemalloc is built and enabled
Original file line number Diff line number Diff line change @@ -624,7 +624,7 @@ impl<'a> Builder<'a> {
624
624
625
625
if mode == Mode :: Tool {
626
626
// Tools like cargo and rls don't get debuginfo by default right now, but this can be
627
- // enabled in the config. Adding debuginfo increases their sizes by a factor of 3-4 .
627
+ // enabled in the config. Adding debuginfo makes them several times larger .
628
628
if self . config . rust_debuginfo_tools {
629
629
cargo. env ( "RUSTC_DEBUGINFO" , self . config . rust_debuginfo . to_string ( ) ) ;
630
630
cargo. env ( "RUSTC_DEBUGINFO_LINES" , self . config . rust_debuginfo_lines . to_string ( ) ) ;
You can’t perform that action at this time.
0 commit comments