All checks were successful
per-push tests / build (push) Successful in 55s
per-push tests / test-frontend (push) Successful in 58s
per-push tests / test-utility (push) Successful in 1m0s
per-push tests / test-backend (push) Successful in 1m1s
per-push tests / timed-decomposer-parse (push) Successful in 58s
Additionally: make release target binaries smaller and faster Signed-off-by: Ava Affine <ava@sunnypup.io>
13 lines
279 B
TOML
Executable file
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" ]
|