I hope this is what you had in mind:

Bruce Momjian <bruce@momjian.us>

Commit: c70c4e367da8fb9d8874a525606a52b7459b0207
Author: Bruce Momjian <bruce@momjian.us>
Date: 1999-10-03T18:05:04Z
Releases: 7.1.1
I hope this is what you had in mind:
--enable-debug adds -g (unconditionally)
--disable-debug removes -g (if it was already in there somehow)
(giving neither does nothing)

Since none of the templates default CFLAGS with a -g you're not likely
to
end up with two -g flags. Not that they'd hurt though.

It doesn't do anything about C++.

Peter Eisentraut

Files

PathChange+/−
src/configure.in modified +21 −0