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