mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-21 06:23:06 +00:00
11 lines
263 B
TOML
11 lines
263 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [ "common", "executor", "proof_statements", "risc0_proofs", "user"]
|
|
|
|
# Always optimize; building and running the guest takes much longer without optimization.
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
lto = true |