aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-10-15 13:10:33 +0200
committerThomas Voss <mail@thomasvoss.com> 2022-10-15 13:10:33 +0200
commite918d8b8a6ba41a84b7b74a7fb8da39adb773c2e (patch)
tree75b77f0965c7b9ee547ae112a958163e69e510a5 /Makefile
parenteeb464250cb869e2f43720614a16952b85a2deca (diff)
Remove POSIXLY_CORRECT and use -D in CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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