summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-gcov
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-12-07 08:38:46 -0700
committerunknown <sasha@mysql.sashanet.com>2000-12-07 08:38:46 -0700
commit3e9523d2fa4bcc023a8c05b8ffac17fb17aefd7a (patch)
tree3b304dc197e750fd5fd5cd4bf8f3b5dd23df4de4 /BUILD/compile-pentium-gcov
parent8f4a153320361b02c391622e451bd7ea7e733cef (diff)
downloadmariadb-git-3e9523d2fa4bcc023a8c05b8ffac17fb17aefd7a.tar.gz
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
Diffstat (limited to 'BUILD/compile-pentium-gcov')
-rwxr-xr-xBUILD/compile-pentium-gcov3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-gcov b/BUILD/compile-pentium-gcov
index e28d211d6d2..7a833a4e18f 100755
--- a/BUILD/compile-pentium-gcov
+++ b/BUILD/compile-pentium-gcov
@@ -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
+