make -C preprocess ARCH_LEVEL=native
make[1]: Entering directory '/tmp/tmplyqu2av5/Tarnished/Tarnished-tmp/preprocess'
g++ -O3 -march=native -fno-finite-math-only -funroll-loops -flto -fuse-ld=lld -std=c++20 -DNDEBUG -pthread -I  -fuse-ld=lld permute.cpp ../src/parameters.cpp -o permute
collect2: fatal error: cannot find ‘ld’
compilation terminated.
make[1]: *** [Makefile:19: permute] Error 1
make[1]: Leaving directory '/tmp/tmplyqu2av5/Tarnished/Tarnished-tmp/preprocess'
make: *** [Makefile:65: processed.bin] Error 2