mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
10 lines
319 B
Text
10 lines
319 B
Text
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
|