-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi!
CFLAGS="-O3 -march=i686 -mcpu=i686 -funroll-loops -fomit-frame-pointer
- -fno-exceptions -fno-ftti -felide-constructors"
CXXFLAGS the same as above.
Check out "Securing and Optimizing Linux" in the tldp.org i think is
just what you nedd.
Best Rega
There does seem to be a bug in icc- I've posted on intel's message
boards and they've confirmed a problem. There is a work around - here is
the post:
Hi Yonah,
I can see the same problem on my system.
I will create a support issue for you and will let you when
this get fixed.
I found that if you
Walter Andreas wrote:
>how to compile mysql 4.0.18 on a pentium for best performance?
Check the INSTALL-SOURCE file in your source distribution.
I found this:
CFLAGS="-O2 -mcpu=pentiumpro" CXX=gcc CXXFLAGS="-O2 -mcpu=pentiumpro -felide-constructors" ./configure --prefix=/usr/local/mysq
>how to compile mysql 4.0.18 on a pentium for best performance?
> Check the INSTALL-SOURCE file in your source distribution.
I found this:
CFLAGS="-O2 -mcpu=pentiumpro" CXX=gcc CXXFLAGS="-O2 -mcpu=pentiumpro
-felide-constructors" ./configure --prefix=/usr/local/mysql
--with-mysqld-user=mys
Walter Andreas wrote:
Hi there,
how to compile mysql 4.0.18 on a pentium for best performance? I searched the net now
for 2 days and found lots of hints on compiling with icc and pgcc, but it looks to me
that icc is not working with mysql 4.0.18 and pgcc is out of date (maybe gcc already
catch
Hi there,
how to compile mysql 4.0.18 on a pentium for best performance? I searched the net now
for 2 days and found lots of hints on compiling with icc and pgcc, but it looks to me
that icc is not working with mysql 4.0.18 and pgcc is out of date (maybe gcc already
catched up with pgcc?).
Sett