mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
Move profile defns to root workspace toml. (#437)
This commit is contained in:
parent
2aa46e148c
commit
fcdcc86569
@ -1,2 +1,10 @@
|
||||
[workspace]
|
||||
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]]
|
||||
name = "transpose"
|
||||
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