mariadb/BUILD/compile-alpha-debug

8 lines
248 B
Text
Raw Normal View History

2000-07-31 21:29:14 +02:00
make -k clean
/bin/rm -f */.deps/*.P
/bin/rm -f config.cache
aclocal; autoheader; aclocal; automake; autoconf
CFLAGS=-O6 CXX=gcc CXXFLAGS="-O6 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-debug
make