Re: [HACKERS] Debugging symbols by default

2002-04-08 Thread Peter Eisentraut
Bruce Momjian writes: > I am not sure about the idea of -g by default. I know lyx uses -g by > default, and the compile/install takes forever. In fact, I have removed > -g from my compiles here because it takes too long to compile/link and I > do it too often. When I need to debug, I recompile

Re: [HACKERS] Debugging symbols by default

2002-04-07 Thread Bruce Momjian
I am not sure about the idea of -g by default. I know lyx uses -g by default, and the compile/install takes forever. In fact, I have removed -g from my compiles here because it takes too long to compile/link and I do it too often. When I need to debug, I recompile with -g. My concern is that w

Re: [HACKERS] Debugging symbols by default

2002-04-06 Thread Peter Eisentraut
> We had discussed a while ago that it might be a good idea to compile with > debugging symbols by default, at least when using GCC. A tricky questions is what to do with the --enable-debug option. For GCC it would become --disable-debug (i.e., remove -g from CFLAGS), but I'm not sure we'd need

Re: [HACKERS] Debugging symbols by default

2002-04-05 Thread Peter Eisentraut
Larry Rosenman writes: > On Fri, 2002-04-05 at 16:55, Peter Eisentraut wrote: > > We had discussed a while ago that it might be a good idea to compile with > > debugging symbols by default, at least when using GCC. Personally, I ^^ > With t

Re: [HACKERS] Debugging symbols by default

2002-04-05 Thread Larry Rosenman
On Fri, 2002-04-05 at 16:55, Peter Eisentraut wrote: > We had discussed a while ago that it might be a good idea to compile with > debugging symbols by default, at least when using GCC. Personally, I > think that that would be a good idea, for users and developers alike. > > If we go with that,