summaryrefslogtreecommitdiff
path: root/BUILD/compile-alpha-debug
blob: 94fe8a2b414495f21d81211afe517302a1692c9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

/bin/rm -f */.deps/*.P */*.o
make -k maintainer-clean
/bin/rm -f */.deps/*.P */*.o
/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache mysql-*.tar.gz

path=`dirname $0`
. "$path/autorun.sh"

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