~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to BUILD/compile-ia64-O0

  • Committer: bk at mysql
  • Date: 2000-07-31 19:29:14 UTC
  • Revision ID: sp1r-bk@work.mysql.com-20000731192914-08846
Import changeset

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
make -k clean
 
2
/bin/rm -f */.deps/*.P config.cache
 
3
 
 
4
aclocal; autoheader; aclocal; automake; autoconf
 
5
 
 
6
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
 
7
make
 
8
strip sql/mysqld
 
9
 
 
10
 
 
11
 
 
12