Skip to content

Commit 72b3db6

Browse files
committed
chore: Edit ci profile to reduce ./target dir size
1 parent 19ee88b commit 72b3db6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ rpath = false
9393
[profile.ci]
9494
inherits = "dev"
9595
incremental = false
96+
debug = false
97+
debug-assertions = false
98+
strip = "debuginfo"
9699

97100
# ci turns off debug info, etc. for dependencies to allow for smaller binaries making caching more effective
98101
[profile.ci.package."*"]

0 commit comments

Comments
 (0)