ubase

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

commit 353b8a2c0b0ac320d3792d10524abdab33ceca9c
parent 987ec1ef093584d7540a61262f90b7b1250b64bd
Author: sin <sin@2f30.org>
Date:   Tue,  6 Aug 2013 20:34:07 +0100

Remove -pedantic for now

This causes all sorts of warnings including certain system
headers on OpenBSD.  We'll revisit this in the future.

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -13,7 +13,7 @@ OS = linux #CC = musl-gcc LD = $(CC) CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE -CFLAGS = -g -ansi -Wall -Wno-long-long -pedantic $(CPPFLAGS) +CFLAGS = -g -ansi -Wall -Wno-long-long $(CPPFLAGS) LDFLAGS = -g #CC = tcc