mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Removed end space
BUILD/compile-pentium: Added build of multi-threaded library
This commit is contained in:
parent
e31760c015
commit
a803c36b70
3 changed files with 63 additions and 63 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue