gcc -funroll-loops -fomit-frame-pointer -Ofast -flto -fno-exceptions -DIS_64BIT -DNDEBUG -Wall -Wextra -Wno-unused-variable -DUSE_AVX512 -DUSE_SIMD -mavx512f -mavx512bw -march=native -MMD -MP -o Potential-6C86CB4F .tmp/bench.o .tmp/bit_manipulation.o .tmp/board_constants.o .tmp/evaluation.o .tmp/fen.o .tmp/history.o .tmp/magic.o .tmp/mask.o .tmp/move.o .tmp/perft.o .tmp/potential.o .tmp/search.o .tmp/see.o .tmp/table.o .tmp/time.o .tmp/uci.o .tmp/utils.o -pthread -lm  
lto1: fatal error: bytecode stream in file ‘.tmp/bench.o’ generated with LTO version 14.0 instead of the expected 13.1
compilation terminated.
lto-wrapper: fatal error: gcc returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make: *** [makefile:181: Potential] Error 1