From 4ba01ecb3ada5354050a2ab5e54115dd6d92ebb2 Mon Sep 17 00:00:00 2001 From: Dennis Duda Date: Tue, 2 Apr 2024 19:23:44 +0200 Subject: [PATCH] Ship src with rust9x Fixes #20. --- config.rust9x.toml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/config.rust9x.toml b/config.rust9x.toml index 7cd9dc9648b52..0a618d36d1444 100644 --- a/config.rust9x.toml +++ b/config.rust9x.toml @@ -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