mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
Remove the pedantic C junk.
Mesa doesn't use pedantic ANSI C89, so I have no idea why we would.
This commit is contained in:
parent
3623df68fa
commit
3bc8b68436
1 changed files with 0 additions and 4 deletions
|
|
@ -62,10 +62,6 @@ else
|
|||
WARN=""
|
||||
fi
|
||||
|
||||
if test "x$GCC" = xyes ; then
|
||||
CFLAGS="$CFLAGS -std=c89 -ansi -pedantic"
|
||||
fi
|
||||
|
||||
CFLAGS="$CFLAGS $WARN"
|
||||
CXXFLAGS="$CXXFLAGS $WARN"
|
||||
YFLAGS="-d -v"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue