We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af575cf commit cb8bf56Copy full SHA for cb8bf56
config.toml
@@ -41,6 +41,7 @@ debug = false
41
dist-src = false
42
download-rustc = false
43
#jemalloc = true
44
+lld = true
45
#lto = "thin"
46
optimize = 3
47
strip = true
@@ -49,11 +50,11 @@ thin-lto-import-instr-limit = 100
49
50
validate-mir-opts = 3
51
use-lld = "self-contained"
52
53
+# for creating a downloadable package: python x.py dist.
54
[dist]
55
src-tarball = false
56
compression-profile = "best"
57
-# for creating a downloadable package: python x.py install, then create an archive this
58
[install]
59
prefix = "../dist/rust"
60
sysconfdir = "."
0 commit comments