Skip to content

Commit

Permalink
Ship src with rust9x
Browse files Browse the repository at this point in the history
Fixes #20.
  • Loading branch information
seritools committed Apr 2, 2024
1 parent 504991c commit 4ba01ec
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions config.rust9x.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,20 @@ target = [

docs = false

[rust]
# This greatly increases the speed of rebuilds, especially when there are only minor changes. However, it makes the initial build slightly slower.
# incremental = true
# Make the compiler and standard library faster to build, at the expense of a ~20% runtime slowdown.
# lto = "off"
extended = true
tools = [
# "cargo",
# "clippy",
"rustdoc",
# "rustfmt",
# "rust-analyzer",
# "analysis",
"src",
# "rust-demangler", # if profiler = true
]

dist-src = false
[rust]
dist-src = true

[dist]
src-tarball = false
Expand Down

0 comments on commit 4ba01ec

Please sign in to comment.