- 代碼: 選擇全部
CFLAGS="-march=pentium3 -O3 -pipe -static -fomit-frame-pointer -fno-exceptions" CXX=gcc CXXFLAGS="-march=pentium3 -O3 -pipe -static -fomit-frame-pointer -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static --with-charset=utf8 --with-extra-charsets=complex --without-innodb
安裝成功
各位大大, 請問你們對這堆東西有什麼意見?
另外我翻看GCC 3.3.5 manual卻不見了-fno-exceptions參數, 讓我十分不安....