ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit 5dd629fd421029831eebeac70f794b1a7a8b5d47
parent e3d7ffa05c8b658cf79e406baa3dcfe111fe4928
Author: sin <sin@2f30.org>
Date:   Tue,  3 Jun 2014 15:33:29 +0100

Remove -pedantic from default config.mk

Diffstat:
Mconfig.mk | 2+-
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 = -std=c99 -Wall -Wextra -pedantic $(CPPFLAGS) +CFLAGS = -std=c99 -Wall -Wextra $(CPPFLAGS) LDFLAGS = -s -lcrypt # -static