holey-bytes/Cargo.toml
2024-10-04 21:44:29 +02:00

18 lines
317 B
TOML

[workspace]
resolver = "2"
members = ["hbbytecode", "hbvm", "hbxrt", "xtask", "hblang", "hbjit", "depell", "depell/html-macro"]
[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"