changeset: 2648:e86a0006e189
tag: tip
user: Kris Maglione <kris_AT_suckless.org>
date: Thu May 27 12:12:28 2010 -0400
files: mk/gcc.mk
description:
Don't set -pedantic-errors in default gcc cflags.
diff -r 91080b00b924 -r e86a0006e189 mk/gcc.mk
--- a/mk/gcc.mk Thu May 27 03:58:02 2010 -0400
+++ b/mk/gcc.mk Thu May 27 12:12:28 2010 -0400
@@ -8,7 +8,7 @@
-fno-unroll-loops
CFLAGS += \
-std=c99 \
- -pedantic-errors \
+ -pedantic \
-pipe \
-fno-strict-aliasing \
-Wall \
Received on Thu May 27 2010 - 16:12:37 UTC
This archive was generated by hypermail 2.2.0 : Thu May 27 2010 - 16:24:04 UTC