On 8/25/2010 10:26 AM, Kacper Kowalik wrote: > Hi, > I would like to ask for inclusion regarding two issues: > 1) respect LDFLAGS env during linking
this is good one, did you check if all Makefiles.am do respect LD_FLAGS already? If not, the change should probably be more global. > 2) don't enforce any optimization/debug flags by default hmm I disagree here. -O3 is necessary to obtain performance out of the sober crypto code. I recall a major impact in performance with anything lower than that. Steven do you still have the numbers? the -g is actually default in many projects, since you can easily strip the debug info with strip(1) and that´s what most package management build tools do. > Both are default policies in most OSes. I don´t want to end in a distro/OS war, but you would be surprised that many do exactly the opposite by embedding different build/linker flags either as defaults in the compilers or enforcing some C/LDFLAGS in their default build environment. Fabio _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
