Enable LTO for release builds
This commit is contained in:
parent
6f1663f616
commit
1a3d41e6d4
|
|
@ -13,4 +13,10 @@ quickcheck_macros = "0.8"
|
||||||
|
|
||||||
[dependencies.nalgebra]
|
[dependencies.nalgebra]
|
||||||
version = "0.19"
|
version = "0.19"
|
||||||
features = ["arbitrary"]
|
features = ["arbitrary"]
|
||||||
|
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
opt-level = 3
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
Loading…
Reference in New Issue