i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use mold linker

+6
+6
pacman/.config/pacman/makepkg.conf
··· 1 1 #!/hint/bash 2 2 3 + # use mold linker 4 + LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now,-fuse-ld=mold" 5 + RUSTFLAGS="-C link-arg=-fuse-ld=mold" 6 + 7 + # ccache? 8 + BUILDENV=(!distcc color !ccache check !sign) 3 9 # !debug 4 10 OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto) 5 11