Skip to content

Commit d39c8bc

Browse files
committed
Bring back release profile flags
1 parent 24eca3e commit d39c8bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ accesskit_macos = { version = "0.17.0" }
2929

3030
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
3131
accesskit_unix = { version = "0.12.0" }
32+
33+
[profile.release]
34+
lto = true
35+
opt-level = "z"
36+
codegen-units = 1

0 commit comments

Comments
 (0)