fatal: not a git repository (or any of the parent directories): .git
clang++ -O3 -march=native -fno-finite-math-only -funroll-loops -flto -std=c++20 -DNDEBUG -static -fuse-ld=lld ./src/Chaos.cpp ./src/board.cpp ./src/eval.cpp ./src/move.cpp ./src/movegen.cpp ./src/search.cpp ./external/fmt/format.cc  -o Chaos-0E21DBD5
ld.lld: error: undefined symbol: __atomic_store
>>> referenced by ld-temp.o
>>>               lto.tmp:(main)
>>> referenced by ld-temp.o
>>>               lto.tmp:(main)
>>> referenced by ld-temp.o
>>>               lto.tmp:(main)
>>> referenced 11 more times

ld.lld: error: undefined symbol: __atomic_load
>>> referenced by ld-temp.o
>>>               lto.tmp:(main)
>>> referenced by ld-temp.o
>>>               lto.tmp:(main)
>>> referenced by ld-temp.o
>>>               lto.tmp:(main)
>>> referenced 27 more times
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [makefile:49: Chaos-0E21DBD5] Error 1