Skip to content

Commit c890a81

Browse files
committed
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 <[email protected]>
1 parent f22775b commit c890a81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/defaults/config.dist.toml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ download-ci-llvm = false
1616
# Make sure they don't get set when installing from source.
1717
channel = "nightly"
1818
download-rustc = false
19+
lld = true
1920
# Build the llvm-bitcode-linker
2021
llvm-bitcode-linker = true
2122

0 commit comments

Comments
 (0)