Skip to content

Commit

Permalink
Bring back release profile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
DataTriny committed Jul 10, 2024
1 parent 24eca3e commit d39c8bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ accesskit_macos = { version = "0.17.0" }

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
accesskit_unix = { version = "0.12.0" }

[profile.release]
lto = true
opt-level = "z"
codegen-units = 1

0 comments on commit d39c8bc

Please sign in to comment.