Re: [PATCHES] [BUGS] solaris non gcc compiler debug options

2004-12-02 Thread Bruce Momjian
OK, I see now. I backed out my previous patch and did one so Solaris has no optimization for debug. Patch attached. --- Kris Jurka wrote: On Sat, 27 Nov 2004, Bruce Momjian wrote: Kris Jurka wrote:

Re: [PATCHES] [BUGS] solaris non gcc compiler debug options

2004-11-28 Thread Kris Jurka
On Sat, 27 Nov 2004, Bruce Momjian wrote: Kris Jurka wrote: Compiling on solaris with a non gcc compiler does not correctly enable debugging when --enable-debug is specified. src/template/solaris is specifying CFLAGS=-O -v and -O overrides the -g that --enable-debug adds.