]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Auto merge of #89512 - Manishearth:rollup-meh9x7r, r=Manishearth
[rust.git] / config.toml.example
index 775133f2ab3194f96dce98c507447f8617149542..aff4e8fa82ac11e1fa84a542eb963806c991ea88 100644 (file)
@@ -68,6 +68,9 @@ changelog-seen = 2
 # Indicates whether the LLVM assertions are enabled or not
 #assertions = false
 
+# Indicates whether the LLVM plugin is enabled or not
+#plugins = false
+
 # Indicates whether ccache is used when building LLVM
 #ccache = false
 # or alternatively ...
@@ -100,7 +103,7 @@ changelog-seen = 2
 # the same format as above, but since these targets are experimental, they are
 # not built by default and the experimental Rust compilation targets that depend
 # on them will not work unless the user opts in to building them.
-#experimental-targets = "AVR"
+#experimental-targets = "AVR;M68k"
 
 # Cap the number of parallel linker invocations when compiling LLVM.
 # This can be useful when building LLVM with debug info, which significantly
@@ -145,6 +148,9 @@ changelog-seen = 2
 # Whether to include the Polly optimizer.
 #polly = false
 
+# Whether to build the clang compiler.
+#clang = false
+
 # =============================================================================
 # General build configuration options
 # =============================================================================