diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2022-02-08 01:56:53 +0000 |
|---|---|---|
| committer | Tyler Mandry <tmandry@gmail.com> | 2022-02-09 22:41:23 +0000 |
| commit | 69cd826a85fe046ea102f3144f66b5b4b1b8accf (patch) | |
| tree | 6d929067e3c47631d51674e7a9a2d639837391af /config.toml.example | |
| parent | 27f5d830eb11cd7bdc834d6f0d78120976f75443 (diff) | |
| download | rust-69cd826a85fe046ea102f3144f66b5b4b1b8accf.tar.gz rust-69cd826a85fe046ea102f3144f66b5b4b1b8accf.zip | |
Add llvm.build-config option
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example index f24f8e81a79..8e7b40b2248 100644 --- a/config.toml.example +++ b/config.toml.example @@ -157,6 +157,9 @@ changelog-seen = 2 # Whether to build the clang compiler. #clang = false +# Custom CMake defines to set when building LLVM. +#build-config = {} + # ============================================================================= # General build configuration options # ============================================================================= |
