summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2000-12-07 08:38:46 -0700
committersasha@mysql.sashanet.com <>2000-12-07 08:38:46 -0700
commit4d7d9c7f8f7892c531751388f3d700b2a9db4152 (patch)
tree3b304dc197e750fd5fd5cd4bf8f3b5dd23df4de4 /BUILD
parentfe67aa114f343e7a47252334ce10017d3fd6f36d (diff)
downloadmariadb-git-4d7d9c7f8f7892c531751388f3d700b2a9db4152.tar.gz
make -j 2
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-pentium2
-rwxr-xr-xBUILD/compile-pentium-gcov3
2 files changed, 3 insertions, 2 deletions
diff --git a/BUILD/compile-pentium b/BUILD/compile-pentium
index 2416a84cdec..65257333720 100755
--- a/BUILD/compile-pentium
+++ b/BUILD/compile-pentium
@@ -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
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
+