There is more people than me on this list, but...
If -g is a performance penalty or not depends on the compiler. If you
are using gcc then it is not, and I think the same is true for most
modern compilers.
Some old compilers disables some optimizations when -g is used in a
misguided attempt to aid debugging. However, doing so is
counter-effective as the debugger then won't see the same code as a
"production" build, and in many cases some bugs cannot be debugged that
way.
-- Henrik Nordstrom Squid Hacker Ronald wrote: > > Hi Henrik, > > I have one Question. I found Squid is compiled with -g option by > default . I read that It may cause performance problems. In which make > file I have to remove this option If I am making sense?? > > Ronald.Received on Thu May 03 2001 - 14:35:25 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:48 MST