We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24eca3e commit d39c8bcCopy full SHA for d39c8bc
Cargo.toml
@@ -29,3 +29,8 @@ accesskit_macos = { version = "0.17.0" }
29
30
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
31
accesskit_unix = { version = "0.12.0" }
32
+
33
+[profile.release]
34
+lto = true
35
+opt-level = "z"
36
+codegen-units = 1
0 commit comments