Skip to content

Commit

Permalink
fix: Reenable lto
Browse files Browse the repository at this point in the history
  • Loading branch information
RedEtherbloom committed Apr 29, 2024
1 parent d9e8c3b commit 0d23399
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 @@ -55,7 +55,7 @@ taskwarrior-tui = { path = "/usr/bin/taskwarrior-tui" }
[profile.release]
debug = 1
incremental = true
lto = "off"
lto = "fat"

[build-dependencies]
clap = { version = "4.4.1", features = ["derive"] }
Expand Down

0 comments on commit 0d23399

Please sign in to comment.