User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020731
Howard Chu wrote:
-----Original Message-----
Any compiler options to tweak?
Probably not, but every platform is different. Look in your platform's
compiler documentation.
I've been building with '-O' in the OpenLDAP's CFLAGS. According to the
gcc docs this turns on using registers for frequently used vars and use
of delay slots for sparc arch, amongst other things. It's a
conservative optimization level, but I don't know wether its use with
OpenLDAP is endorsed.