add lld = true to default dist profile
Make sure lld is enabled for dist profile unless it is explicitly disabled. Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
f22775b245
commit
98854f7d3b
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ download-ci-llvm = false
|
|||
# Make sure they don't get set when installing from source.
|
||||
channel = "nightly"
|
||||
download-rustc = false
|
||||
lld = true
|
||||
# Build the llvm-bitcode-linker
|
||||
llvm-bitcode-linker = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue