mirror of
https://github.com/bahdotsh/wrkflw.git
synced 2026-08-29 10:09:25 +02:00
Merge pull request #4 from zamazan4ik/patch-1
feat: enable LTO and codegen-units = 1 optimizations
This commit is contained in:
@@ -28,3 +28,7 @@ dirs = "5.0"
|
||||
thiserror = "1.0"
|
||||
log = "0.4"
|
||||
which = "4.4"
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user