Disable LTO
it was just increasing build times for negligible performance gains in a non-realtime application
This commit is contained in:
parent
750b3d154c
commit
f20f3833b2
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ overflow-checks = false
|
|||
strip = true
|
||||
debug = false
|
||||
debug-assertions = false
|
||||
lto = true
|
||||
lto = false
|
||||
incremental = false
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Reference in a new issue