compile mysql by myself

CFLAGS="-O3 -mpentiumpro -fomit-frame-pointer -pipe" CXX=gcc CXXFLAGS="-O3 -mpentiumpro -felide-constructors -fno-exceptions -fno-rtti -fomit-frame-pointer -pipe" ./configure --prefix=/home/mysql --enable-assembler --with-mysqld-ldflags=-all-static --with-charset=utf8 --with-collation=utf8_general_ci --with-big-tables --with-client-ldflags=-all-static --enable-static --without-debug --with-mysqld-lib="-O3 -mpentiumpro -fomit-frame-pointer -pipe"


this is my config parameters

你可能感兴趣的:(mysql,gcc)