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