mirror of
https://github.com/babybear-labs/benchmark.git
synced 2026-05-01 03:00:33 -04:00
20 lines
304 B
TOML
20 lines
304 B
TOML
[workspace]
|
|
members = [
|
|
"host",
|
|
"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
|