holey-bytes/Cargo.toml

17 lines
273 B
TOML
Raw Normal View History

[workspace]
2023-08-17 18:28:02 -05:00
resolver = "2"
2024-07-08 00:22:53 -05:00
members = ["hbbytecode", "hbvm", "hbxrt", "xtask", "hblang", "hbjit"]
2024-07-18 10:55:55 -05:00
[profile.release]
lto = 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"