mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-02-23 22:43:18 +00:00
12 lines
231 B
TOML
12 lines
231 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["app", "stf/host", "stf/methods"]
|
|
|
|
# Always optimize; building and running the guest takes much longer without optimization.
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
lto = true
|