diff options
Diffstat (limited to 'BUILD')
-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 |