cc -O2 -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations limits/SYMLOOP_MAX.c -o limits/SYMLOOP_MAX -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -lcrypt limits/SYMLOOP_MAX.c:4:2: error: #error "SYMLOOP_MAX is not defined" 4 | #error "SYMLOOP_MAX is not defined" | ^~~~~