Skip to content

Commit cb8bf56

Browse files
committed
Update config.toml
1 parent af575cf commit cb8bf56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ debug = false
4141
dist-src = false
4242
download-rustc = false
4343
#jemalloc = true
44+
lld = true
4445
#lto = "thin"
4546
optimize = 3
4647
strip = true
@@ -49,11 +50,11 @@ thin-lto-import-instr-limit = 100
4950
validate-mir-opts = 3
5051
use-lld = "self-contained"
5152

53+
# for creating a downloadable package: python x.py dist.
5254
[dist]
5355
src-tarball = false
5456
compression-profile = "best"
5557

56-
# for creating a downloadable package: python x.py install, then create an archive this
5758
[install]
5859
prefix = "../dist/rust"
5960
sysconfdir = "."

0 commit comments

Comments
 (0)