mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 04:44:20 +00:00
use old name for -Wextra, the new name doesn't seem common enough yet
This commit is contained in:
parent
9fca434462
commit
5ae425d814
@ -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…
x
Reference in New Issue
Block a user