On Monday 06 December 2004 10:40 pm, Lucia Di Occhi wrote:
[snip]
> Now my question is: what are the compile flags used in the fedora RPMS?   

The standard flags (FC3, for x86 systems) are "-march=i386 -mcpu=pentium4 
-O2".  That is, the i386 instruction set is used, with the instructions 
arranged to most benefit a Pentium4 CPU.

These default flags can be overridden in /etc/rpmrc or by editing the spec 
file in the source RPM package.

As long as I am writing, I will also note that ext3 is bad for Squid.  The 
preferred filesystem is ReiserFS (v3), with the "notail" option.

Hope this helps.

Reply via email to