Enable thin-LTO

pull/393/head
QuarticCat 2022-09-28 00:24:18 +07:00
parent c638e8ab4b
commit 06b46e9355
No known key found for this signature in database
GPG Key ID: 441CE956DEADBEEF
1 changed files with 1 additions and 0 deletions

@ -65,6 +65,7 @@ version_check = "0.9.4"
# #
# https://doc.rust-lang.org/cargo/reference/profiles.html#release # https://doc.rust-lang.org/cargo/reference/profiles.html#release
debug = false debug = false
lto = "thin"
[[bin]] [[bin]]
name = "difft" name = "difft"