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:
onur-ozkan 2024-06-19 19:53:28 +03:00
parent f22775b245
commit 98854f7d3b

View file

@ -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