This project is move to part of ecu-proto-rs
-
Build release for Linux x86_64
cargo build --target x86_64-unknown-linux-gnu --release
-
Build release for Windows x86_64 with GNU
cargo build --target x86_64-pc-windows-gnu --release
-
Build release for Windows x86_64 with MSVC
cargo build --target x86_64-pc-windows-msvc --release