mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 13:38: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 = '...'
|
||||
debug-assertions = false
|
||||
overflow-checks = false
|
||||
lto = true
|
||||
lto = 'thin'
|
||||
panic = 'abort'
|
||||
incremental = false
|
||||
codegen-units = 1
|
||||
|
Loading…
Reference in New Issue
Block a user