gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] gcov/lcov code coverage of glusterfs


From: John Smith
Subject: Re: [Gluster-devel] gcov/lcov code coverage of glusterfs
Date: Fri, 10 May 2013 17:06:56 +0200

Hi,


I think I finally figured this one out. It looks like the 'CFLAGS' env
is (unintended) being overwritten in 'configure.ac'.

So I modified the line reading:

CFLAGS="-g"

to

CFLAGS+=" -g"

And now all CFLAGS env vars seem to be propagated through all the
Makefiles as expected. Maybe someone with commit rights should apply
this patch ?


Thanks,



Regards,


John Smith.

Attachment: configure.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]