From: kremlin Date: Thu, 26 Jun 2014 23:36:31 +0000 (-0500) Subject: remove -pedantic, screw that X-Git-Tag: gsoc-final~112 X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=commitdiff_plain;h=205ba9a70cdc92cf0afdc09c9356ca59b9463f48 remove -pedantic, screw that --- diff --git a/Makefile b/Makefile index 752144c..bafd75a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all -CFLAGS=-Wall -Wextra -Werror -std=c89 -pedantic +CFLAGS=-Wall -Wextra -Werror -std=c89 DEBUGF=-O0 -v -g SRCDIR=src INTFDIR=$(SRCDIR)/interfaces