MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: My own compiled 5.0.27 rpm VERY slow
Posted by: Kent Boortz
Date: April 11, 2007 05:32PM

Very strange that you hit this slowdown, but there is one trap.
If you *don't* set CFLAGS or CXXFLAGS, the configure script
will find optimal ones for Linux and gcc.

But if you set CFLAGS or CXXFLAGS, you have to set it all.
I.e. if you do

export CFLAGS=-g
<build rpm>

the configure script will not add "-O3", it will assume that
as you set CFLAGS, you set it all,

kent

Kent Boortz, Release Staff Engineer
Oracle, the MySQL team, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
2361
March 29, 2007 08:04AM
Re: My own compiled 5.0.27 rpm VERY slow
1292
April 11, 2007 05:32PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.