Re: Patch - Debug builds without optimization

From: Radosław Smogura <rsmogura(at)softperience(dot)eu>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Radosław Smogura <rsmogura(at)softperience(dot)eu>
Subject: Re: Patch - Debug builds without optimization
Date: 2011-06-16 12:51:19
Message-ID: 9fc868afe1d5136ddd15eca2539e9fee@mail.softperience.eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 16 Jun 2011 14:30:27 +0200, Radosław Smogura wrote:
> Hello,
>
> I'm sending following patch which disables optimization when
> --enable-debug is passed. It was nasty (for me, at least) that debug
> build required passing of CFLAGS with -O0 to get nice traceable code.
>
> Regards,
> Radek

Sorry for mess, this should be submited.

Attachment Content-Type Size
configure_no_opt_when_debug.patch text/x-diff 1.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Florian Pflug 2011-06-16 12:51:50 Re: Patch - Debug builds without optimization
Previous Message Peter Geoghegan 2011-06-16 12:42:39 Re: Latch implementation that wakes on postmaster death on both win32 and Unix