diff options
author | unknown <monty@donna.mysql.com> | 2000-08-22 00:39:08 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-08-22 00:39:08 +0300 |
commit | a803c36b70e5816f0e00c0598114cefdcf5bb0b3 (patch) | |
tree | 769f64222049f6c7fd7216ef34894d57a4c4e46c /BUILD/compile-pentium | |
parent | e31760c015d3d1f411fe9944af2da6c6978c4bc2 (diff) | |
download | mariadb-git-a803c36b70e5816f0e00c0598114cefdcf5bb0b3.tar.gz |
Removed end space
BUILD/compile-pentium:
Added build of multi-threaded library
Diffstat (limited to 'BUILD/compile-pentium')
-rwxr-xr-x | BUILD/compile-pentium | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium b/BUILD/compile-pentium index 29697ffdc88..2416a84cdec 100755 --- a/BUILD/compile-pentium +++ b/BUILD/compile-pentium @@ -3,6 +3,6 @@ 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 +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 strip sql/mysqld |