commit 604b5de69d093ec74c374490a858933c100e8c34
parent da215823a36a86eaaa593098c0244e5d9e5e08bb
Author: sin <sin@2f30.org>
Date: Tue, 3 Jun 2014 12:34:52 +0100
Use -std=c99 and -pedantic in default config.mk
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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