]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Exclude rustc_codegen_gcc from namespace
[rust.git] / config.toml.example
index 775133f2ab3194f96dce98c507447f8617149542..c2d51c140b4ef0aa7d1c77af7615c7c25f034539 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 ...
@@ -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
 # =============================================================================