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

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

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 --with-archive-storage-engine
gmake