Skip to content

Commit b1bcc0b

Browse files
authored
Merge branch 'main' into refactor-dist-tests
2 parents b863798 + 53de1a0 commit b1bcc0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ name = "sccache"
1717
name = "sccache-dist"
1818
required-features = ["dist-server"]
1919

20+
[profile.release]
21+
codegen-units = 1
22+
lto = true
23+
strip = true
24+
panic = "abort"
25+
2026
[dependencies]
2127
anyhow = "1.0"
2228
ar = "0.9"

0 commit comments

Comments
 (0)