Patch - Debug builds without optimization
Radosław Smogura <rsmogura@softperience.eu>
From: Radosław Smogura <rsmogura@softperience.eu>
To: PG Hackers <pgsql-hackers@postgresql.org>
Date: 2011-06-16T12:30:27Z
Lists: pgsql-hackers
Attachments
- configure_no_opt_when_debug.patch (text/x-diff)
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