Commit: 430c13ea16cf17be39f4e0afc6c7bd5ded9d2b00 Parent: b224087c9b226b9d853269dfce2bf44571722a93 Author: 0x766F6964 Date: Mon, 4 May 2020 10:56:10 -0600 remove unneeded feature flag Diffstat:
M | config.mk | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/config.mk b/config.mk @@ -1,7 +1,6 @@ PREFIX = /usr/local -CPPFLAGS = -D_POSIX_C_SOURCE -CFLAGS = -O2 -std=c99 -Wall -pedantic $(CPPFLAGS) +CFLAGS = -O2 -std=c89 -Wall -pedantic LDFLAGS = -s -static CC = cc