mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
🚸 chore: thin lto
for the compilation instead of fat lto
to improve build times
This commit is contained in:
parent
d110f72c18
commit
4a990c537b
@ -72,7 +72,7 @@ debug = false # This should only be commented when testing with dhat profiler
|
|||||||
split-debuginfo = '...'
|
split-debuginfo = '...'
|
||||||
debug-assertions = false
|
debug-assertions = false
|
||||||
overflow-checks = false
|
overflow-checks = false
|
||||||
lto = true
|
lto = 'thin'
|
||||||
panic = 'abort'
|
panic = 'abort'
|
||||||
incremental = false
|
incremental = false
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user