diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-11-13 08:38:39 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-11-13 09:17:41 +0100 |
commit | c01be381492b5cc3b912ee3419f7fda5fa43b8e3 (patch) | |
tree | 8593b7a264ad14b23385fa008bae40ceca7f7438 /Makefile | |
parent | bd8824c999571179c963fe7a87a49d01c37c9018 (diff) |
Don't define _POSIX_C_SOURCE
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |