2
/bin/rm -f */.deps/*.P */*.o
3
/bin/rm -f config.cache
4
aclocal; autoheader; aclocal; automake; autoconf
6
GLOBAL_WARNINGS="-Wimplicit -Wreturn-type -Wid-clash-51 -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wuninitialized -Wformat -Wimplicit-function-dec -Wimplicit-int -Wparentheses -Wsign-compare -Wwrite-strings"
7
C_WARNINGS="$GLOBAL_WARNINGS -Wunused"
8
CC_WARNINGS="$GLOBAL_WARNINGS -Woverloaded-virtual -Wextern-inline -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor"
10
CFLAGS="-DHAVE_PURIFY -O2 $C_WARNINGS" CXX=gcc \
11
CXXFLAGS="-DHAVE_PURIFY -O2 -felide-constructors -fno-exceptions -fno-rtti $CC_WARNINGS" \
12
./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-debug=full