use old name for -Wextra, the new name doesn't seem common enough yet
This commit is contained in:
parent
9fca434462
commit
5ae425d814
1 changed files with 2 additions and 2 deletions
|
@ -61,9 +61,9 @@ AC_ARG_ENABLE([debug],
|
|||
|
||||
if test "x$debug" = "xyes"
|
||||
then
|
||||
CXXFLAGS="$CXXFLAGS -DDEBUG -O0 -ggdb3 -Wextra -Wall -ansi "
|
||||
CXXFLAGS="$CXXFLAGS -DDEBUG -O0 -ggdb3 -W -Wall -ansi "
|
||||
else
|
||||
CXXFLAGS="$CXXFLAGS -Wextra -Wall -ansi "
|
||||
CXXFLAGS="$CXXFLAGS -W -Wall -ansi "
|
||||
fi
|
||||
|
||||
AC_ARG_ENABLE([static],
|
||||
|
|
Loading…
Add table
Reference in a new issue