Skip to content

Commit 50efcde

Browse files
committed
Switch from opt-level "z" to opt-level "s"
1 parent cde0aa1 commit 50efcde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ rest_pat_in_fully_bound_structs = "warn"
206206
[profile.release]
207207
strip = true
208208
lto = true
209-
opt-level = "z"
209+
opt-level = "s"
210210

211211
[profile.profiling]
212212
inherits = "release"

0 commit comments

Comments
 (0)