Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 80bcdb5

Browse files
committedMar 5, 2025
Make citool compilation faster
1 parent ac951d3 commit 80bcdb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎src/ci/citool/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ insta = "1"
1919
# If this is omitted, cargo will look for a workspace elsewhere.
2020
# We want to avoid this, since citool is independent of the other crates.
2121
[workspace]
22+
23+
# Make compilation as fast as possible on CI
24+
[profile.dev]
25+
debug = 0
26+
incremental = false

0 commit comments

Comments
 (0)
Please sign in to comment.