holey-bytes/Cargo.toml

27 lines
327 B
TOML
Raw Normal View History

[workspace]
2023-08-17 18:28:02 -05:00
resolver = "2"
2024-10-10 01:35:17 -05:00
members = [
"hbbytecode",
"hbvm",
"hbxrt",
"xtask",
"hblang",
"hbjit",
"depell",
"depell/wasm-hbfmt"
]
2024-07-18 10:55:55 -05:00
[profile.release]
lto = true
2024-10-01 08:28:18 -05:00
debug = true
codegen-units = 1
panic = "abort"
2024-07-18 10:55:55 -05:00
[profile.small]
inherits = "release"
opt-level = "z"
strip = true
lto = true
codegen-units = 1
panic = "abort"