You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zigbuild build a single binary which includes all targets. zigbuild should have a command line argument to specify which crate to build and/or build all targets into multiple binaries.
A snippet from
Cargo.toml
zigbuild
build a single binary which includes all targets.zigbuild
should have a command line argument to specify which crate to build and/or build all targets into multiple binaries.cargo
has the same issue (rust-lang/rust#55942 and rust-lang/rust#51009).Is there a workaround in zig? (cargo has one)
The text was updated successfully, but these errors were encountered: