mirror of https://github.com/telemt/telemt.git
Update release profile settings for better optimization
This commit is contained in:
parent
22097f8c7c
commit
4426082c17
|
|
@ -83,4 +83,6 @@ name = "crypto_bench"
|
||||||
harness = false
|
harness = false
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = "thin"
|
lto = "fat"
|
||||||
|
codegen-units = 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue