]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Note that parallel-compiler = true causes tests to fail
[rust.git] / config.toml.example
index 36587cc07844147be96b41801e9f6961fc7d5398..93541bbb60ca26693e0845b35e6d1e56550e29c3 100644 (file)
 # dynamic version to be available.
 #static-libstdcpp = false
 
-# Tell the LLVM build system to use Ninja instead of the platform default for
-# the generated build system. This can sometimes be faster than make, for
-# example.
-#ninja = false
+# Whether to use Ninja to build LLVM. This runs much faster than make.
+#ninja = true
 
 # LLVM targets to build support for.
 # Note: this is NOT related to Rust compilation targets. However, as Rust is
 #incremental = false
 
 # Build a multi-threaded rustc
+# FIXME(#75760): Some UI tests fail when this option is enabled.
 #parallel-compiler = false
 
 # The default linker that will be hard-coded into the generated compiler for