issue #35. Wimplicit only with C and not C++ to support newer versions of gcc.
parent
b24e1913fa
commit
2d9337d296
|
@ -88,7 +88,8 @@ AC_PATH_PROG(DIFF, diff, diff)
|
||||||
#CPPFLAGS="$CPPFLAGS -DMYSQL_DYNAMIC_PLUGIN -DMYSQL_SERVER"
|
#CPPFLAGS="$CPPFLAGS -DMYSQL_DYNAMIC_PLUGIN -DMYSQL_SERVER"
|
||||||
|
|
||||||
#we can add the following flags for better error catching: -Werror -Wimplicit
|
#we can add the following flags for better error catching: -Werror -Wimplicit
|
||||||
CPPFLAGS="$CPPFLAGS -Werror -Wimplicit"
|
CPPFLAGS="$CPPFLAGS -Werror"
|
||||||
|
CFLAGS="$CFLAGS -Wimplicit"
|
||||||
# From MySQL: Disable exceptions as they seams to create problems with gcc and threads.
|
# From MySQL: Disable exceptions as they seams to create problems with gcc and threads.
|
||||||
CXXFLAGS="-fno-implicit-templates -fno-exceptions -fno-rtti "
|
CXXFLAGS="-fno-implicit-templates -fno-exceptions -fno-rtti "
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue