Skip to content

Commit d5244e4

Browse files
committed
Rollup merge of #49176 - matthiaskrgr:config_example_rm_thinlto, r=alexcrichton
config.toml.example: thinlto bootstrap was removed It was removed in ff227c4 so remove the option that no longer works (we did not notice because it was commented out by default).
2 parents c152e98 + 7dd9438 commit d5244e4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

config.toml.example

-5
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,6 @@
243243
# compiler.
244244
#codegen-units = 1
245245

246-
# Whether to enable ThinLTO (and increase the codegen units to either a default
247-
# or the configured value). On by default. If we want the fastest possible
248-
# compiler, we should disable this.
249-
#thinlto = true
250-
251246
# Whether or not debug assertions are enabled for the compiler and standard
252247
# library. Also enables compilation of debug! and trace! logging macros.
253248
#debug-assertions = false

0 commit comments

Comments
 (0)