Tom Lane writes:
> The immediately previous code would default to CFLAGS="-g" if
> --enable-debug is specified and the compiler is not gcc. As it
> now stands, we default to CFLAGS="-O -g" instead. I'm not convinced
> this is a good idea. On most non-gcc compilers, this combination
> gets you "-g" and possibly a ton of warnings.
Good point. Back to the drawing board.
> I think you changed the behavior for the AIX port. Diffing
> src/template/aix against the old contents:
>
> diff -c -r1.11 -r1.14
1.11 is not the old content. But the current state is still broken as you
say.
--
Peter Eisentraut peter_e@gmx.net