mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
fef5292a47
BUILD/FINISH.sh: Remove all config.cache files BUILD/compile-alpha-debug: Update BUILD/compile-ia64-debug-max: Update Docs/manual.texi: Added auto_increment example sql/sql_select.cc: Fix bugs in LEFT JOIN and field=NULL sql/sql_yacc.yy: Remove compiler warnings
7 lines
278 B
Text
Executable file
7 lines
278 B
Text
Executable file
make -k clean
|
|
/bin/rm -f */.deps/*.P
|
|
/bin/rm -f config.cache
|
|
aclocal; autoheader; aclocal; automake; autoconf
|
|
|
|
CFLAGS=-O6 CXX=gcc CXXFLAGS="-O6 -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-debug --with-extra-charsets=complex
|
|
make
|