Patch - Debug builds without optimization

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

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

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2011-06-16 12:36:42 reminder: buildfarm members need to add 9.1
Previous Message Stephen Frost 2011-06-16 12:20:20 Re: pg_upgrade using appname to lock out other users