holey-bytes/Cargo.toml
2024-10-10 08:35:17 +02:00

27 lines
327 B
TOML

[workspace]
resolver = "2"
members = [
"hbbytecode",
"hbvm",
"hbxrt",
"xtask",
"hblang",
"hbjit",
"depell",
"depell/wasm-hbfmt"
]
[profile.release]
lto = true
debug = true
codegen-units = 1
panic = "abort"
[profile.small]
inherits = "release"
opt-level = "z"
strip = true
lto = true
codegen-units = 1
panic = "abort"