commit 4279d1ccc50de8453882f79f0e91cb1065a787a6 parent 88f07216739506ea2f43670ca3f254f97135ccb8 Author: Kris Maglione <kris@suckless.org> Date: Thu, 27 May 2010 12:12:28 -0400 Don't set -pedantic-errors in default gcc cflags. Diffstat:
mk/gcc.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mk/gcc.mk b/mk/gcc.mk @@ -8,7 +8,7 @@ DEBUGCFLAGS = \ -fno-unroll-loops CFLAGS += \ -std=c99 \ - -pedantic-errors \ + -pedantic \ -pipe \ -fno-strict-aliasing \ -Wall \