From 3e9523d2fa4bcc023a8c05b8ffac17fb17aefd7a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 7 Dec 2000 08:38:46 -0700 Subject: 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 --- BUILD/compile-pentium | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD/compile-pentium') 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 -- cgit v1.2.1