mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
12 lines
390 B
Text
12 lines
390 B
Text
make -k clean
|
|
/bin/rm -f */.deps/*.P config.cache
|
|
|
|
aclocal; autoheader; aclocal; automake; autoconf
|
|
|
|
CFLAGS="-O0 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O0 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex
|
|
make
|
|
strip sql/mysqld
|
|
|
|
|
|
|
|
|