|
|
|
|
|
by optionalsquid
227 days ago
|
|
Another nice thing is that, if you can live with the slower musl malloc, then building a "universal" Linux binary with Cargo takes just two commands: $ rustup target add x86_64-unknown-linux-musl $ cargo build --target x86_64-unknown-linux-musl --release Similarly for cross-compiling for Windows |
|