mariadb/BUILD/compile-alpha-debug

13 lines
414 B
Text
Raw Normal View History

#! /bin/sh
2001-11-28 02:47:15 +01:00
/bin/rm -f */.deps/*.P */*.o
make -k maintainer-clean
2001-11-28 02:47:15 +01:00
/bin/rm -f */.deps/*.P */*.o
/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache mysql-*.tar.gz
path=`dirname $0`
. "$path/autorun.sh"
2000-07-31 21:29:14 +02:00
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