r813: gcc has fixed its huge debug sizes with -g now, so drop the -gstabs,
authorAndrew Tridgell <tridge@samba.org>
Sat, 22 May 2004 01:29:42 +0000 (01:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:53:52 +0000 (12:53 -0500)
commit39696f7804dcfa6a06710bbd8a25b9bfaf5113f9
tree341203c003edf5e0eaaccf7fa82d1a6ad55f3d0f
parent32de5979810f472d25f8efcd10c15719d48b7393
r813: gcc has fixed its huge debug sizes with -g now, so drop the -gstabs,
allowing us to use a more standard debug format.

If you want it even smaller than I recommend the
-feliminate-dwarf2-dups option, if your version of gcc supports it.
(This used to be commit a11340a971af24d9dcab720f92483b0dafa01142)
source4/configure.in