12 lines
231 B
TOML
12 lines
231 B
TOML
|
[workspace]
|
||
|
resolver = "2"
|
||
|
members = [ "prover", "risc0_proofs"]
|
||
|
|
||
|
# Always optimize; building and running the risc0_proofs takes much longer without optimization.
|
||
|
[profile.dev]
|
||
|
opt-level = 3
|
||
|
|
||
|
[profile.release]
|
||
|
debug = 1
|
||
|
lto = true
|