mirror of
https://github.com/logos-storage/zk-benchmarks.git
synced 2026-01-03 22:33:06 +00:00
18 lines
308 B
TOML
18 lines
308 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["host", "methods"]
|
|
|
|
# Always optimize; building and running the guest takes much longer without optimization.
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.dev.build-override]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
lto = true
|
|
|
|
[profile.release.build-override]
|
|
opt-level = 3
|