Skip to content

Commit

Permalink
Switch to ThinLTO for release builds
Browse files Browse the repository at this point in the history
This apparently reduces build time with the same LTO performance
gain
  • Loading branch information
TheComputerGuy96 committed Jan 6, 2025
1 parent f8fc8e4 commit 028ef4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "GPL-3.0"
readme = "README.md"

[profile.release]
lto = true
lto = "thin"

[build-dependencies]
tauri-build = "2"
Expand Down

0 comments on commit 028ef4b

Please sign in to comment.