holey-bytes/Cargo.toml

18 lines
317 B
TOML
Raw Normal View History

[workspace]
2023-08-17 18:28:02 -05:00
resolver = "2"
2024-10-04 14:44:29 -05:00
members = ["hbbytecode", "hbvm", "hbxrt", "xtask", "hblang", "hbjit", "depell", "depell/html-macro"]
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"