Add band-aid fix for Windows benchmark issue (#322)
This commit is contained in:
parent
fb3701bda5
commit
16e83cec65
|
@ -48,3 +48,8 @@ glob = "0.3"
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "kzg_benches"
|
name = "kzg_benches"
|
||||||
harness = false
|
harness = false
|
||||||
|
|
||||||
|
# The benchmarks crash on Windows with Rust 1.70. This is a band-aid fix for
|
||||||
|
# that. Refer to #318 for more details. This should be removed if fixed.
|
||||||
|
[profile.bench]
|
||||||
|
opt-level = 0
|
||||||
|
|
Loading…
Reference in New Issue