X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=c2d51c140b4ef0aa7d1c77af7615c7c25f034539;hb=1666c26d90a520cafd9623fd5e3f031a3b5c9626;hp=775133f2ab3194f96dce98c507447f8617149542;hpb=1a2b90bc9183fdebdb9e6588bced4fbdf1b5a85f;p=rust.git diff --git a/config.toml.example b/config.toml.example index 775133f2ab3..c2d51c140b4 100644 --- a/config.toml.example +++ b/config.toml.example @@ -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 # =============================================================================