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