<div dir="ltr">So, I found today I couldn't debug into a portion of postgis, because it was building w/o debugging flags. Which was odd, since I force -g into everything at configure time, and use --debug everywhere.<div><br></div><div>The cflags in ./postgis are supposed to get inherited from pg_config of the pgsql one is building againt, but I found an over-ride on them.</div><div><br></div><div>The attached patch fixes the problem, for me, (moving the include into the "correct" pgxs variable and leaving the cflags un-overridden) but it's one of those deep voodoo build things that makes we want to know: does anyone remember why this is the way it is? </div><div><br>P</div></div>