mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-08 16:13:10 +00:00
* cl: restructure cl into a workspace and integrate nullifier proof * cl: get cl tests building again * cl: cleanup commented out code * cl: comment out the failing ptx tests for now.
12 lines
257 B
TOML
12 lines
257 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [ "cl", "ledger", "proof_statements", "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
|