Giacomo Pasini 3c991173c5
fix zone PoC
2024-06-26 11:33:52 +02:00

12 lines
226 B
TOML

[workspace]
resolver = "2"
members = [ "common","host", "methods"]
# Always optimize; building and running the guest takes much longer without optimization.
[profile.dev]
opt-level = 3
[profile.release]
debug = 1
lto = true