[hackers] [ubase] Use -std=c99 and -pedantic in default config.mk || sin

From: <git_AT_suckless.org>
Date: Tue, 03 Jun 2014 13:39:25 +0200

commit 604b5de69d093ec74c374490a858933c100e8c34
Author: sin <sin_AT_2f30.org>
Date: Tue Jun 3 12:34:52 2014 +0100

    Use -std=c99 and -pedantic in default config.mk

diff --git a/config.mk b/config.mk
index 5ea979f..b380b76 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -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
Received on Tue Jun 03 2014 - 13:39:25 CEST

This archive was generated by hypermail 2.3.0 : Tue Jun 03 2014 - 13:48:07 CEST