Skip to content

Instantly share code, notes, and snippets.

@th0rex
Created December 8, 2016 14:46
Show Gist options
  • Save th0rex/ec0bff624f61dd7c28bc89d444673e71 to your computer and use it in GitHub Desktop.
Save th0rex/ec0bff624f61dd7c28bc89d444673e71 to your computer and use it in GitHub Desktop.
Rust crosscompile windows
cargo rustc --release --target i686-pc-windows-gnu -- -C link-args=-lpthread -C panic=abort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment