]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Add checking for no_mangle to unsafe_code lint
[rust.git] / config.toml.example
index 36587cc07844147be96b41801e9f6961fc7d5398..9abb8add785a9352cb46bb4ef49009b3838c4724 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