mysql-5.1.31優化編譯參數

CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti -fomit-frame-pointer -ffixed-ebp"
export CFLAGS CXX CXXFLAGS 
./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static --with-unix-socket-path=/tmp/mysql3306.sock --with-charset=utf8 --with-collation=utf8_general_ci --with-extra-charsets=all --with-plugins=max

一、當你用-static連接時,能夠獲得最快的可執行文件
二、在Linux上,最好用pgcc和-O3編譯服務器 mysql

愛慕爾商城歡迎您的光臨!
穿衣打扮  
城市物語 sql

相關文章
相關標籤/搜索