mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
7 lines
248 B
Text
Executable file
7 lines
248 B
Text
Executable file
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
|