no -pedantic :\ it fucks up on the python headers. sigh.
This commit is contained in:
parent
41bdbec9c6
commit
881fd22622
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ AC_LANG(C++)
|
|||
AC_MSG_CHECKING([for GCC])
|
||||
if test "$GCC" = "yes"; then
|
||||
AC_MSG_RESULT([yes])
|
||||
CXXFLAGS="$CXXFLAGS -Wall -W -pedantic"
|
||||
CXXFLAGS="$CXXFLAGS -Wall -W"# -pedantic"
|
||||
else
|
||||
AC_MSG_RESULT([no, trying other compilers])
|
||||
AC_MSG_CHECKING(for MIPSpro)
|
||||
|
|
Loading…
Reference in a new issue