Skip to content

Commit 84a0d2b

Browse files
committed
additional notes in config.rust9x.toml for creating a distributable version
1 parent 75254e5 commit 84a0d2b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config.rust9x.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,13 @@ docs = false
2121
# incremental = true
2222
# Make the compiler and standard library faster to build, at the expense of a ~20% runtime slowdown.
2323
# lto = "off"
24+
25+
dist-src = false
26+
27+
[dist]
28+
src-tarball = false
29+
30+
# for creating a downloadable package: python x.py install, then create an archive this
31+
[install]
32+
prefix = "../dist/rust9x"
33+
sysconfdir = "."

0 commit comments

Comments
 (0)