0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

🚸 chore: thin lto for the compilation instead of fat lto to improve build times

This commit is contained in:
Evan Yang 2024-03-13 01:25:54 -07:00 committed by GitHub
parent d110f72c18
commit 4a990c537b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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