mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
8 lines
499 B
Text
Executable file
8 lines
499 B
Text
Executable file
gmake -k maintainer-clean || true
|
|
/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache
|
|
|
|
path=`dirname $0`
|
|
. "$path/autorun.sh"
|
|
|
|
CC=ecc CFLAGS="-w1 -DEXTRA_DEBUG -DSAFEMALLOC -O2" CXX=ecc CXXFLAGS="-w1 -DEXTRA_DEBUG -DSAFEMALLOC -O2" ./configure --prefix=/usr/local/mysql --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static --with-debug --with-innodb --with-embedded-server --with-archive-storage-engine
|
|
gmake
|