mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 06:13:07 +00:00
13 lines
206 B
TOML
13 lines
206 B
TOML
[workspace]
|
|
members = ["field", "maybe_rayon", "plonky2", "starky", "util"]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
incremental = true
|
|
#lto = "fat"
|
|
#codegen-units = 1
|
|
|
|
[profile.bench]
|
|
opt-level = 3
|