mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
3e9523d2fa
BUILD/compile-pentium-gcov: use second CPU BUILD/compile-pentium: I got my second CPU Build-tools/Do-all-build-steps: use second CPU Build-tools/Do-compile: use second CPU
8 lines
445 B
Text
Executable file
8 lines
445 B
Text
Executable file
make -k clean
|
|
/bin/rm -f */.deps/*.P config.cache
|
|
|
|
aclocal; autoheader; aclocal; automake; autoconf
|
|
|
|
CFLAGS="-O6 -mpentiumpro -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O6 -mpentiumpro -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 --enable-thread-safe-client
|
|
make -j 2
|
|
strip sql/mysqld
|