Skip to content

Commit 7dd9438

Browse files
committed
config.toml.example: thinlto bootstrap was removed in ff227c4 so remove the option.
1 parent 5f3996c commit 7dd9438

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
@@ -239,11 +239,6 @@
239239
# compiler.
240240
#codegen-units = 1
241241

242-
# Whether to enable ThinLTO (and increase the codegen units to either a default
243-
# or the configured value). On by default. If we want the fastest possible
244-
# compiler, we should disable this.
245-
#thinlto = true
246-
247242
# Whether or not debug assertions are enabled for the compiler and standard
248243
# library. Also enables compilation of debug! and trace! logging macros.
249244
#debug-assertions = false

0 commit comments

Comments
 (0)