mariadb/BUILD/compile-alpha-debug

9 lines
420 B
Text
Raw Normal View History

2001-11-28 02:47:15 +01:00
/bin/rm -f */.deps/*.P */*.o
2000-07-31 21:29:14 +02:00
make -k clean
2001-11-28 02:47:15 +01:00
/bin/rm -f */.deps/*.P */*.o
/bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache mysql-*.tar.gz
2000-07-31 21:29:14 +02:00
aclocal; autoheader; aclocal; automake; autoconf
2001-11-28 02:47:15 +01:00
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
2000-07-31 21:29:14 +02:00
make