diff options
| author | Kjetil Kjeka <kjetil@muybridge.com> | 2024-02-06 20:09:55 +0100 |
|---|---|---|
| committer | Kjetil Kjeka <kjetil@muybridge.com> | 2024-03-11 13:35:55 +0100 |
| commit | 6a50d059a594f35d70af30a33a4b395616663f68 (patch) | |
| tree | e800b442237860cd1caf2d751a48db26fff2e486 /config.example.toml | |
| parent | 43f2055af5a0897876f25b6bdfa821dea8d5e4aa (diff) | |
| download | rust-6a50d059a594f35d70af30a33a4b395616663f68.tar.gz rust-6a50d059a594f35d70af30a33a4b395616663f68.zip | |
Bootstrap: Add argument for building llvm bitcode linker
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index 4fbdccba911..ddcd0ec02e0 100644 --- a/config.example.toml +++ b/config.example.toml @@ -679,6 +679,10 @@ # sysroot. #llvm-tools = true +# Indicates whether the `self-contained` llvm-bitcode-linker, will be made available +# in the sysroot +#llvm-bitcode-linker = false + # Whether to deny warnings in crates #deny-warnings = true |
