Disable LTO

it was just increasing build times for negligible performance gains in a non-realtime application
This commit is contained in:
red binder 2026-06-07 09:54:24 +02:00
commit f20f3833b2

View file

@ -9,7 +9,7 @@ overflow-checks = false
strip = true
debug = false
debug-assertions = false
lto = true
lto = false
incremental = false
[dependencies]