From 604b5de69d093ec74c374490a858933c100e8c34 Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 3 Jun 2014 12:34:52 +0100 Subject: [PATCH] Use -std=c99 and -pedantic in default config.mk --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 5ea979f..b380b76 100644 --- a/config.mk +++ b/config.mk @@ -9,5 +9,5 @@ MANPREFIX = $(PREFIX)/share/man #CC = musl-gcc LD = $(CC) CPPFLAGS = -D_GNU_SOURCE -CFLAGS = -Wall -Wextra $(CPPFLAGS) +CFLAGS = -std=c99 -Wall -Wextra -pedantic $(CPPFLAGS) LDFLAGS = -s -lcrypt # -static