]> granicus.if.org Git - postgresql/commit
I hope this is what you had in mind:
authorBruce Momjian <bruce@momjian.us>
Sun, 3 Oct 1999 18:05:04 +0000 (18:05 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 3 Oct 1999 18:05:04 +0000 (18:05 +0000)
commitc70c4e367da8fb9d8874a525606a52b7459b0207
treeb881a1375358f85d73b563f89b7b7b1ce0248374
parent48049b4ce3c4e6ea477a80382c694b652a6c542c
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
src/configure.in