Mycelium/Cargo.toml
Ava Affine 2b917d76e1
All checks were successful
per-push tests / build (push) Successful in 1m46s
per-push tests / test-utility (push) Successful in 1m1s
per-push tests / test-frontend (push) Successful in 1m56s
per-push tests / test-backend (push) Successful in 1m1s
per-push tests / timed-decomposer-parse (push) Successful in 58s
WIP: serialization/deserialization of datum in VM
Additionally: make release target binaries smaller and faster

Signed-off-by: Ava Affine <ava@sunnypup.io>
2025-11-18 20:35:36 +00:00

13 lines
279 B
TOML
Executable file

cargo-features = ["profile-rustflags"]
[workspace]
resolver = "2"
members = ["mycelium", "decomposer", "hyphae", "organelle"]
[profile.release]
opt-level = 3
strip = true
lto = true
codegen-units = 1
panic = "abort"
rustflags = [ "-Zlocation-detail=none", "-Zfmt-debug=none" ]