mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
e842d46efa
BUILD/compile-pentium-debug: fox for parallel make BUILD/compile-pentium-gcov: fix for parallel make BUILD/compile-pentium: fix to enable parallel make when recursing to subdirectories Build-tools/Do-all-build-steps: fix for parallel make, remove the stale comment to make Tim happy Build-tools/Do-rpm: fix for parallel make
9 lines
465 B
Text
Executable file
9 lines
465 B
Text
Executable file
AM_MAKEFLAGS="-j 2"
|
|
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
|