We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3996c commit 7dd9438Copy full SHA for 7dd9438
config.toml.example
@@ -239,11 +239,6 @@
239
# compiler.
240
#codegen-units = 1
241
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
-
247
# Whether or not debug assertions are enabled for the compiler and standard
248
# library. Also enables compilation of debug! and trace! logging macros.
249
#debug-assertions = false
0 commit comments