summaryrefslogtreecommitdiff
path: root/BUILD/compile-ia64-debug-max
blob: 9cd54de428de290b11c63bbdeca760f5d173931e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
gmake -k clean || true 
/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache

aclocal && autoheader && aclocal && automake && autoconf
(cd bdb/dist && sh s_all)
(cd innobase && aclocal && autoheader && aclocal && automake && autoconf)
if [ -d gemini ]
then
   (cd gemini && aclocal && autoheader && aclocal && automake && autoconf)
fi

CC=ecc CFLAGS="-w1 -DEXTRA_DEBUG -DSAFEMALLOC -DSAFE_MUTEX -O2" CXX=ecc CXXFLAGS="-w1 -DEXTRA_DEBUG -DSAFEMALLOC -DSAFE_MUTEX -O2" ./configure --prefix=/usr/local/mysql --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-all-static  --with-client-ldflags=-all-static  --with-debug --with-innodb --with-embedded-server
gmake