alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

readme (214B)


      1 usage
      2 =====
      3 
      4 for GCC and clang:
      5   '-fuse-ld=mold'
      6 
      7 
      8 for rust:
      9   [target.x86_64-unknown-linux-musl]
     10   linker = "clang"
     11   rustflags = ["-C", "link-arg=-fuse-ld=/path/to/mold"]
     12 
     13 source: https://github.com/rui314/mold