solaris non gcc compiler debug options

From: Kris Jurka <books(at)ejurka(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: solaris non gcc compiler debug options
Date: 2004-10-28 00:13:25
Message-ID: Pine.BSO.4.56.0410271911270.18816@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches


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.

Kris Jurka

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message elein 2004-10-28 00:21:53 Usability or Data Bug in SERIAL column declarations
Previous Message Lucas Sultanum 2004-10-27 20:43:24 22021: invalid byte sequence for encoding \"UNICODE\": 0xe16d61"

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2004-10-28 00:23:03 Re: [HACKERS] rmtree() failure on Windows
Previous Message Kris Jurka 2004-10-28 00:11:24 dblink crash fix