Skip to content

Commit 0c3e3c8

Browse files
committed
perf(cargo): re-enable opt-level = 3
1 parent 321a835 commit 0c3e3c8

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
@@ -64,7 +64,7 @@ cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
6464
serde = { version = "1.0.219", features = ["derive"] }
6565

6666
[profile.release]
67-
opt-level = "s"
67+
opt-level = 3
6868
panic = "abort"
6969
lto = "thin"
7070

0 commit comments

Comments
 (0)