mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 20:40:50 +00:00
20 lines
304 B
TOML
20 lines
304 B
TOML
[workspace]
|
|
members = [
|
|
"core",
|
|
"methods",
|
|
]
|
|
|
|
# Always optimize; building and running the guest takes much longer without optimization.
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.dev.build-override]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
lto = true
|
|
|
|
[profile.release.build-override]
|
|
opt-level = 3
|