Daily Shaarli

All links of one day in a single page.

January 4, 2022

Notes on cross-compiling Rust

Take aways:

  1. use llvm's lld as linker to get around of platform-specific ld toolchain
  2. statically link musl libc to avoid platform specific glibc