Downloading default network .bin curl -sOL https://github.com/liamt19/lizard-nets/releases/download//.bin clang++ -std=c++23 -g -O3 -DNDEBUG -DEVALFILE=\".bin\" -funroll-loops -flto -fuse-ld=lld -static -march=native -DAVX256 -DAVX128 -DUSE_PEXT -Wl,/STACK:12582912 -o horsie.exe -fprofile-instr-generate src/nnue/accumulator.cpp src/bitboard.cpp src/cuckoo.cpp src/Horsie.cpp src/movegen.cpp src/position.cpp src/precomputed.cpp src/search.cpp src/threadpool.cpp src/tt.cpp src/uci.cpp src/wdl.cpp src/zobrist.cpp src/util/dbg_hit.cpp src/nnue/nn.cpp src/datagen/selfplay.cpp src/3rdparty/zstd/zstddeclib.c clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] ld.lld: error: could not open 'C:/winlibs-x86_64-posix-seh-gcc-14.2.0-llvm-19.1.7-mingw-w64ucrt-12.0.0-r3/mingw64/lib/clang/19/lib/x86_64-w64-windows-gnu/libclang_rt.profile.a': No such file or directory clang++: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [Horsie-8C089EBC] Error 1