diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | center.c | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -2,7 +2,7 @@ CFLAGS = -Wall -Wextra -Wpedantic -Werror \ -O3 -march=native -mtune=native -fomit-frame-pointer \ - -pipe + -pipe -D_POSIX_C_SOURCE=200809 PREFIX = /usr DPREFIX = ${DESTDIR}${PREFIX} MANDIR = ${DPREFIX}/share/man @@ -15,9 +15,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#define POSIXLY_CORRECT -#define _POSIX_C_SOURCE 200809L - #include <sys/ioctl.h> #include <sys/queue.h> |