summaryrefslogtreecommitdiff
path: root/BUILD/compile-alpha-debug
blob: 06b5a10675e33ec0929f817ef46c85bc660f104f (plain)
1
2
3
4
5
6
7
make -k clean
/bin/rm -f */.deps/*.P
/bin/rm -f config.cache
aclocal; autoheader; aclocal; automake; autoconf

CFLAGS=-O6 CXX=gcc CXXFLAGS="-O6 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-debug --with-extra-charsets=complex
make