rm -f *.gcda pyrrhic/*.gcda nnue/*.gcda *.profdata *.profraw gcc -fprofile-generate -O3 -std=gnu11 -Wall -Wextra -Wshadow -DNDEBUG -flto -DUSE_NNUE=1 -DEVALFILE=\"/root/OpenBench/Client/Networks/C5E342AE\" -march=native -DUSE_POPCNT -DUSE_PEXT -DUSE_AVX2 -DUSE_AVX -DUSE_SSSE3 -fno-asynchronous-unwind-tables *.c nnue/*.c pyrrhic/tbprobe.c -lpthread -lm -o Ethereal-816CE143-C5E342AE nnue/accumulator.c: In function ‘nnue_update_accumulator’: nnue/accumulator.c:77:5: error: variable-sized object may not be initialized 77 | int add[accums_seen] = {}, remove[accums_seen] = {}; | ^~~ nnue/accumulator.c:77:5: error: variable-sized object may not be initialized make: *** [makefile:109:pgo] 错误 1