Skip to content

Commit

Permalink
Merge PR #93
Browse files Browse the repository at this point in the history
Enable Link-Time optimization
  • Loading branch information
josueBarretogit authored Jan 8, 2025
2 parents 03c4445 + ed79db1 commit dfbd9d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ http = "1.0"

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.59.0", features = ["Win32_Foundation", "Win32_System_Console", "Win32_UI_HiDpi"]}

[profile.release]
codegen-units = 1
lto = "fat"

0 comments on commit dfbd9d0

Please sign in to comment.