Thanks to Lenz Grimmer on the MySQL forums. His solution was to use the following variables:
CC=icc \
CFLAGS="-O3 -unroll2 -ip -mp -restrict" \
CXX=icpc \
CXXFLAGS="-O3 -unroll2 -ip -mp -restrict" \
LDFLAGS="-static-libcxa -i-static"
Tuesday, December 13, 2005
Subscribe to:
Post Comments (Atom)
2 comments:
icc? That's the intel OEM optimizing C compiler, isn't it?
iccYup, that's the one.
Post a Comment