mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
12 lines
312 B
Text
12 lines
312 B
Text
make -k clean
|
|
/bin/rm -f */.deps/*.P config.cache
|
|
|
|
aclocal; autoheader; aclocal; automake; autoconf
|
|
|
|
CC=sgicc CFLAGS="-O2" CXX=sgicc CXXFLAGS="-O2" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex
|
|
make
|
|
strip sql/mysqld
|
|
|
|
|
|
|
|
|