Optimize test builds
This commit is contained in:
parent
1934af8b72
commit
996920e07f
|
|
@ -7,3 +7,8 @@ edition = "2024"
|
||||||
ntest = "0.9.3"
|
ntest = "0.9.3"
|
||||||
rand = {version="0.9.2", features=["small_rng", "alloc"]}
|
rand = {version="0.9.2", features=["small_rng", "alloc"]}
|
||||||
tempfile = "3.23.0"
|
tempfile = "3.23.0"
|
||||||
|
|
||||||
|
[profile.test]
|
||||||
|
opt-level = 3
|
||||||
|
lto = "fat"
|
||||||
|
codegen-units = 1
|
||||||
Loading…
Reference in New Issue