From a0e7ba5b6ee645c4587194aa1df318a5aeb1916c 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