mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-08-26 15:11:10 +00:00
Move profile defns to root workspace toml. (#437)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user