diff options
| author | Manuel Drehwald <git@manuel.drehwald.info> | 2021-07-20 02:38:39 +0200 |
|---|---|---|
| committer | Manuel Drehwald <git@manuel.drehwald.info> | 2021-07-31 23:14:54 +0200 |
| commit | 8f6827ffb7031abec81a1db40a0b6cbcf8a464af (patch) | |
| tree | b755378ee1d8e614a61a45175b639d50c0d55799 /config.toml.example | |
| parent | 29f8de06d18cf197fbd229accdce82da62ba22e9 (diff) | |
| download | rust-8f6827ffb7031abec81a1db40a0b6cbcf8a464af.tar.gz rust-8f6827ffb7031abec81a1db40a0b6cbcf8a464af.zip | |
add two new build flags to build clang and enable llvm plugins
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 6 |
1 files changed, 6 insertions, 0 deletions
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 # ============================================================================= |
