mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
9 lines
319 B
Text
Executable file
9 lines
319 B
Text
Executable file
gmake -k clean
|
|
/bin/rm -f */.deps/*.P */*.o
|
|
/bin/rm -f config.cache
|
|
aclocal; autoheader; aclocal; automake; autoconf
|
|
|
|
CFLAGS="-O6 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O6 -fomit-frame-pointer -f
|
|
elide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/m
|
|
ysql --with-extra-charsets=complex
|
|
gmake
|