mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 00:03:10 +00:00
Move profile defns to root workspace toml. (#437)
This commit is contained in:
parent
2aa46e148c
commit
fcdcc86569
@ -1,2 +1,10 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
members = ["field", "insertion", "plonky2", "util", "waksman"]
|
members = ["field", "insertion", "plonky2", "util", "waksman"]
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
opt-level = 3
|
||||||
|
#lto = "fat"
|
||||||
|
#codegen-units = 1
|
||||||
|
|
||||||
|
[profile.bench]
|
||||||
|
opt-level = 3
|
||||||
|
|||||||
@ -55,11 +55,3 @@ harness = false
|
|||||||
[[bench]]
|
[[bench]]
|
||||||
name = "transpose"
|
name = "transpose"
|
||||||
harness = false
|
harness = false
|
||||||
|
|
||||||
[profile.release]
|
|
||||||
opt-level = 3
|
|
||||||
#lto = "fat"
|
|
||||||
#codegen-units = 1
|
|
||||||
|
|
||||||
[profile.bench]
|
|
||||||
opt-level = 3
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user