remove -pedantic, screw that
authorkremlin <ian@kremlin.cc>
Thu, 26 Jun 2014 23:36:31 +0000 (18:36 -0500)
committerkremlin <ian@kremlin.cc>
Thu, 26 Jun 2014 23:36:31 +0000 (18:36 -0500)
Makefile

index 752144ce2d6046142d3efeb687e6b768d3a6cfd9..bafd75a943adea04e7a0286ac2899167f0b48b14 100644 (file)
--- 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