From 205ba9a70cdc92cf0afdc09c9356ca59b9463f48 Mon Sep 17 00:00:00 2001 From: kremlin Date: Thu, 26 Jun 2014 18:36:31 -0500 Subject: [PATCH] remove -pedantic, screw that --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.41.0