]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
make `parent_id` not optional
[rust.git] / config.toml.example
index aec5e5a0e2c800220da705d7101a96de198d8491..c9a7b57438ae944f8a5dc29b26e7fe30d3f32071 100644 (file)
 # essentially skipping stage0 as the local compiler is recompiling itself again.
 #local-rebuild = false
 
+# Print out how long each rustbuild step took (mostly intended for CI and
+# tracking over time)
+#print-step-timings = false
+
 # =============================================================================
 # General install configuration options
 # =============================================================================
 # compiler.
 #codegen-units = 1
 
-# Whether to enable ThinLTO (and increase the codegen units to either a default
-# or the configured value). On by default. If we want the fastest possible
-# compiler, we should disable this.
-#thinlto = true
-
 # Whether or not debug assertions are enabled for the compiler and standard
 # library. Also enables compilation of debug! and trace! logging macros.
 #debug-assertions = false