mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
make -j 2
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
This commit is contained in:
parent
8f4a153320
commit
3e9523d2fa
4 changed files with 5 additions and 4 deletions
|
|
@ -4,5 +4,5 @@ make -k clean
|
|||
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
|
||||
make -j 2
|
||||
strip sql/mysqld
|
||||
|
|
|
|||
|
|
@ -13,4 +13,5 @@ C_WARNINGS="$GLOBAL_WARNINGS -Wunused"
|
|||
CC_WARNINGS="$GLOBAL_WARNINGS -Woverloaded-virtual -Wextern-inline -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor"
|
||||
|
||||
CFLAGS="-O2 -mpentiumpro -fprofile-arcs -ftest-coverage $C_WARNINGS" CXX=gcc CXXFLAGS="-O2 -mpentiumpro -fprofile-arcs -ftest-coverage -felide-constructors -fno-exceptions -fno-rtti $CC_WARNINGS" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex --with-debug=full
|
||||
make
|
||||
make -j 2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue