Don't set -pedantic-errors in default gcc cflags.

This commit is contained in:
Kris Maglione 2010-05-27 12:12:28 -04:00
parent 88f0721673
commit 4279d1ccc5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ DEBUGCFLAGS = \
-fno-unroll-loops
CFLAGS += \
-std=c99 \
-pedantic-errors \
-pedantic \
-pipe \
-fno-strict-aliasing \
-Wall \