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