Enable thin LTO

Signed-off-by: Luis Garcia <git@luigi311.com>
This commit is contained in:
Luis Garcia 2024-11-24 03:23:20 -07:00
parent 3378ecb5b4
commit b84f606825

View file

@ -35,6 +35,7 @@ default-members = [
[profile.release]
panic = "abort"
debug = true
lto = "thin"
[profile.release-github]
inherits = "release"