mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
7 lines
390 B
Text
7 lines
390 B
Text
|
make -k clean
|
||
|
/bin/rm -f */.deps/*.P config.cache
|
||
|
|
||
|
aclocal; autoheader; aclocal; automake; autoconf
|
||
|
|
||
|
CFLAGS="-O6 -mpentiumpro -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O6 -mpentiumpro -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --with-extra-charsets=complex --without-server
|