projects
/
systembsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef6cdbf
)
remove -pedantic, screw that
author
kremlin
<ian@kremlin.cc>
Thu, 26 Jun 2014 23:36:31 +0000
(18:36 -0500)
committer
kremlin
<ian@kremlin.cc>
Thu, 26 Jun 2014 23:36:31 +0000
(18:36 -0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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