day 11: enable fat LTO
saves about 20 seconds
This commit is contained in:
@@ -5,3 +5,6 @@ edition = "2024"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
itertools = "*"
|
itertools = "*"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = "fat"
|
||||||
|
|||||||
Reference in New Issue
Block a user