rustzx icon indicating copy to clipboard operation
rustzx copied to clipboard

Static binaries

Open pacmancoder opened this issue 3 years ago • 0 comments

Produce static binaries for:

  • [ ] Windows (Link with static runtime libraries)
    • Implementation tip: set target-feature=+crt-static rustc flag during compilation
  • [ ] Linux
    • Implementation tips:
      • Use x86_64-unknown-linux-musl target
      • Check that binary is statically linked via ldd

pacmancoder avatar Oct 17 '21 10:10 pacmancoder