Skip to content

Commit 8e99f62

Browse files
authored
Merge pull request #2 from joshtriplett/faster
Don't spend build time optimizing build-time-only crates
2 parents 00f66c8 + add2e3e commit 8e99f62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ panic = 'abort'
7777
codegen-units = 1
7878
incremental = false
7979

80+
[profile.release.build-override]
81+
opt-level = 0
82+
8083
[workspace]
8184
members = [
8285
"gitoxide-core",

0 commit comments

Comments
 (0)