aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-11-13 08:38:39 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-11-13 09:17:41 +0100
commitc01be381492b5cc3b912ee3419f7fda5fa43b8e3 (patch)
tree8593b7a264ad14b23385fa008bae40ceca7f7438
parentbd8824c999571179c963fe7a87a49d01c37c9018 (diff)
Don't define _POSIX_C_SOURCE
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c758d39..578bd19 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
CFLAGS = -Wall -Wextra -Wpedantic -Werror \
-O3 -march=native -mtune=native -fomit-frame-pointer \
- -pipe -D_POSIX_C_SOURCE=200809
+ -pipe
PREFIX = /usr
DPREFIX = ${DESTDIR}${PREFIX}
MANDIR = ${DPREFIX}/share/man