Now that we don't have an internal FFI barrier to worry about, we can re-enable LTO fo better binaries.

This commit is contained in:
Herbert Wolverson
2024-12-17 09:44:15 -06:00
parent 817b4b3fef
commit 57aff77eeb

View File

@@ -6,7 +6,7 @@ license = "GPL-2.0-only"
[profile.release]
strip = "debuginfo"
lto = "off"
lto = "thin"
incremental = true
[profile.release.build-override]