🚸 chore: thin lto
for the compilation instead of fat lto
to improve build times
This commit is contained in:
parent
d110f72c18
commit
4a990c537b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ debug = false # This should only be commented when testing with dhat profiler
|
|||
split-debuginfo = '...'
|
||||
debug-assertions = false
|
||||
overflow-checks = false
|
||||
lto = true
|
||||
lto = 'thin'
|
||||
panic = 'abort'
|
||||
incremental = false
|
||||
codegen-units = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue