Skip to content

Commit

Permalink
Enable Link-Time Optimization (LTO)
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
  • Loading branch information
thibaultmeyer committed Nov 5, 2024
1 parent 6050731 commit ad08a46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ keywords = ["bing-wallpaper", "wallpaper", "wallpaper-changer", "bing-wallpaper-
include = ["/src", "LICENSE"]
publish = false

[profile.release]
lto = true

[dependencies]
ab_glyph = "0.2.28"
Expand Down

0 comments on commit ad08a46

Please sign in to comment.