From 353b8a2c0b0ac320d3792d10524abdab33ceca9c Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 6 Aug 2013 20:34:07 +0100 Subject: [PATCH] Remove -pedantic for now This causes all sorts of warnings including certain system headers on OpenBSD. We'll revisit this in the future. --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index dd00017..561ce02 100644 --- 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