CC=icc \
CXX=icpc \
CFLAGS=" -O3 -ip -static -static-intel -no-gcc -no-prec-div -mp -unroll2 -xT" \
CXXFLAGS="-O3 -ip -static -static-intel -no-gcc -no-prec-div -mp -unroll2 -xT" \
LDFLAGS='-static -static-intel' \
LD=xild \
AR=xiar \
./configure \
--prefix=/usr/local/mysql \
--with-server-suffix='-chinavisual-icc10-compiled' \
--with-pic \
--enable-assembler \
--enable-local-infile \
--with-readline \
--disable-shared \
--with-extra-charsets=all \
--enable-thread-safe-client \
--without-embedded-server\
--with-ndbcluster \
--with-innodb \
--with-archive-storage-engine \
--with-blackhole-storage-engine \
--with-federated-storage-engine \
-with-client-ldflags=-all-static \
--with-mysqld-ldflags=-all-static \
--with-zlib-dir=bundled \
-with-mysqld-ldflags=-all-static \
--with-client-ldflags=-all-static \
--with-big-tables
阅读(1197) | 评论(0) | 转发(0) |