From e918d8b8a6ba41a84b7b74a7fb8da39adb773c2e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 15 Oct 2022 13:10:33 +0200 Subject: Remove POSIXLY_CORRECT and use -D in CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7ad1d4a..a27d0c8 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3