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

John Smith lbalbalba at gmail.com
Fri May 10 15:06:56 UTC 2013


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.patch
Type: application/octet-stream
Size: 263 bytes
Desc: not available
URL: <http://supercolony.gluster.org/pipermail/gluster-devel/attachments/20130510/47fabc8c/attachment-0001.obj>


More information about the Gluster-devel mailing list