clang++ src/general/magic.cc -o src/general/magic.o -c -DNDEBUG -O3 -flto -Wall -Wno-sign-compare -m64 -march=native -std=c++17 -Isrc -Isrc/general -Isrc/learning  
clang++ src/general/parse.cc -o src/general/parse.o -c -DNDEBUG -O3 -flto -Wall -Wno-sign-compare -m64 -march=native -std=c++17 -Isrc -Isrc/general -Isrc/learning  
clang++ src/general/wdl_score.cc -o src/general/wdl_score.o -c -DNDEBUG -O3 -flto -Wall -Wno-sign-compare -m64 -march=native -std=c++17 -Isrc -Isrc/general -Isrc/learning  
clang++ src/benchmark.cc -o src/benchmark.o -c -DNDEBUG -O3 -flto -Wall -Wno-sign-compare -m64 -march=native -std=c++17 -Isrc -Isrc/general -Isrc/learning  
clang++ src/board.cc -o src/board.o -c -DNDEBUG -O3 -flto -Wall -Wno-sign-compare -m64 -march=native -std=c++17 -Isrc -Isrc/general -Isrc/learning  
clang++ src/commands.cc -o src/commands.o -c -DNDEBUG -O3 -flto -Wall -Wno-sign-compare -m64 -march=native -std=c++17 -Isrc -Isrc/general -Isrc/learning  
clang++ src/data.cc -o src/data.o -c -DNDEBUG -O3 -flto -Wall -Wno-sign-compare -m64 -march=native -std=c++17 -Isrc -Isrc/general -Isrc/learning  
clang++ src/main.cc -o src/main.o -c -DNDEBUG -O3 -flto -Wall -Wno-sign-compare -m64 -march=native -std=c++17 -Isrc -Isrc/general -Isrc/learning  
clang++ src/net_evaluation.cc -o src/net_evaluation.o -c -DNDEBUG -O3 -flto -Wall -Wno-sign-compare -m64 -march=native -std=c++17 -Isrc -Isrc/general -Isrc/learning  
clang++ src/search.cc -o src/search.o -c -DNDEBUG -O3 -flto -Wall -Wno-sign-compare -m64 -march=native -std=c++17 -Isrc -Isrc/general -Isrc/learning  
clang++ src/search_thread.cc -o src/search_thread.o -c -DNDEBUG -O3 -flto -Wall -Wno-sign-compare -m64 -march=native -std=c++17 -Isrc -Isrc/general -Isrc/learning  
clang++ src/transposition.cc -o src/transposition.o -c -DNDEBUG -O3 -flto -Wall -Wno-sign-compare -m64 -march=native -std=c++17 -Isrc -Isrc/general -Isrc/learning  
clang++ src/uci.cc -o src/uci.o -c -DNDEBUG -O3 -flto -Wall -Wno-sign-compare -m64 -march=native -std=c++17 -Isrc -Isrc/general -Isrc/learning  
clang++ -o Winter-BC6BD9C5 -flto -Wall -lpthread src/general/magic.o src/general/parse.o src/general/wdl_score.o src/benchmark.o src/board.o src/commands.o src/data.o src/main.o src/net_evaluation.o src/search.o src/search_thread.o src/transposition.o src/uci.o
/usr/bin/ld: error: /usr/lib/llvm-18/bin/../lib/LLVMgold.so: could not load plugin library: /usr/lib/llvm-18/bin/../lib/LLVMgold.so: cannot open shared object file: No such file or directory
/usr/bin/ld: error: src/general/magic.o:1:3: invalid character
/usr/bin/ld: error: src/general/magic.o:1:3: syntax error, unexpected end of file
/usr/bin/ld: error: src/general/magic.o: not an object or archive
/usr/bin/ld: error: src/general/parse.o:1:3: invalid character
/usr/bin/ld: error: src/general/parse.o:1:3: syntax error, unexpected end of file
/usr/bin/ld: error: src/general/parse.o: not an object or archive
/usr/bin/ld: error: src/general/wdl_score.o:1:3: invalid character
/usr/bin/ld: error: src/general/wdl_score.o:1:3: syntax error, unexpected end of file
/usr/bin/ld: error: src/general/wdl_score.o: not an object or archive
/usr/bin/ld: error: src/benchmark.o:1:3: invalid character
/usr/bin/ld: error: src/benchmark.o:1:3: syntax error, unexpected end of file
/usr/bin/ld: error: src/benchmark.o: not an object or archive
/usr/bin/ld: error: src/board.o:1:3: invalid character
/usr/bin/ld: error: src/board.o:1:3: syntax error, unexpected end of file
/usr/bin/ld: error: src/board.o: not an object or archive
/usr/bin/ld: error: src/commands.o:1:3: invalid character
/usr/bin/ld: error: src/commands.o:1:3: syntax error, unexpected end of file
/usr/bin/ld: error: src/commands.o: not an object or archive
/usr/bin/ld: error: src/data.o:1:3: invalid character
/usr/bin/ld: error: src/data.o:1:3: syntax error, unexpected end of file
/usr/bin/ld: error: src/data.o: not an object or archive
/usr/bin/ld: error: src/main.o:1:3: invalid character
/usr/bin/ld: error: src/main.o:1:3: syntax error, unexpected end of file
/usr/bin/ld: error: src/main.o: not an object or archive
/usr/bin/ld: error: src/net_evaluation.o:1:3: invalid character
/usr/bin/ld: error: src/net_evaluation.o:1:3: syntax error, unexpected end of file
/usr/bin/ld: error: src/net_evaluation.o: not an object or archive
/usr/bin/ld: error: src/search.o:1:3: invalid character
/usr/bin/ld: error: src/search.o:1:3: syntax error, unexpected end of file
/usr/bin/ld: error: src/search.o: not an object or archive
/usr/bin/ld: error: src/search_thread.o:1:3: invalid character
/usr/bin/ld: error: src/search_thread.o:1:3: syntax error, unexpected end of file
/usr/bin/ld: error: src/search_thread.o: not an object or archive
/usr/bin/ld: error: src/transposition.o:1:3: invalid character
/usr/bin/ld: error: src/transposition.o:1:3: syntax error, unexpected end of file
/usr/bin/ld: error: src/transposition.o: not an object or archive
/usr/bin/ld: error: src/uci.o:1:3: invalid character
/usr/bin/ld: error: src/uci.o:1:3: syntax error, unexpected end of file
/usr/bin/ld: error: src/uci.o: not an object or archive
/lib/x86_64-linux-gnu/Scrt1.o:function _start: error: undefined reference to 'main'
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:25: Winter-BC6BD9C5] Error 1