summaryrefslogtreecommitdiff
path: root/BUILD/compile-ia64-O0
blob: d07067289b4fb989ccf770475fc2a90e06f926b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
make -k clean
/bin/rm -f */.deps/*.P config.cache

aclocal; autoheader; aclocal; automake; autoconf

CFLAGS="-O0 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O0 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex
make
strip sql/mysqld