Skip to content

Commit

Permalink
Optimise binary size (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Milo123459 authored Jun 3, 2024
1 parent 71a1646 commit 1b3904e
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 @@ -72,3 +72,8 @@ winapi = {version="0.3.9", features = ["minwindef", "tlhelp32", "processthreadsa
strum = { version = "0.26.1", features = ["derive"] }
structstruck = "0.4.1"
derive-new = "0.6.0"

[profile.release]
lto = "fat"
opt-level = "z"
panic = "abort"

0 comments on commit 1b3904e

Please sign in to comment.