Spaces:
Running
Running
Evan Yang
commited on
:children_crossing: chore: thin `lto` for the compilation instead of fat `lto` to improve build times
Browse files- Cargo.toml +1 -1
Cargo.toml
CHANGED
|
@@ -72,7 +72,7 @@ debug = false # This should only be commented when testing with dhat profiler
|
|
| 72 |
split-debuginfo = '...'
|
| 73 |
debug-assertions = false
|
| 74 |
overflow-checks = false
|
| 75 |
-
lto =
|
| 76 |
panic = 'abort'
|
| 77 |
incremental = false
|
| 78 |
codegen-units = 1
|
|
|
|
| 72 |
split-debuginfo = '...'
|
| 73 |
debug-assertions = false
|
| 74 |
overflow-checks = false
|
| 75 |
+
lto = 'thin'
|
| 76 |
panic = 'abort'
|
| 77 |
incremental = false
|
| 78 |
codegen-units = 1
|