Re: Re: performance hit with --enable-debug - Mailing list pgsql-general

From Tom Lane
Subject Re: Re: performance hit with --enable-debug
Date
Msg-id 27068.979497970@sss.pgh.pa.us
Whole thread Raw
In response to Re: Re: performance hit with --enable-debug  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
Peter Eisentraut <peter_e@gmx.net> writes:
> Tom Lane writes:
>> BTW, it appears to me that configure won't even add the -g unless it
>> thinks the compiler is gcc ... ie, --enable-debug is a no-op on non-gcc
>> compilers.  Peter, isn't that a bug?

> In case you're referring to

> if test "$enable_debug" = yes && test "$ac_cv_prog_cc_g" = yes; then
>   CFLAGS="$CFLAGS -g"
> fi

> this has nothing to do with GCC.  $ac_cv_prog_cc_g is set to yes if the
> compiler understands -g.

My mistake, looked at "prog_cc_g" and saw "prog_gcc" :-(

            regards, tom lane

pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Re: performance hit with --enable-debug
Next
From: Bruce Momjian
Date:
Subject: Re: performance hit with --enable-debug