Hello all, I would like to profile pjsua to help optimize it for an embedded platform. When I build pjproject, I do: ./configure CFLAGS="-pg" make dep && make but when I run the newly built pjsua app, no gmon.out file is generated. Am I missing something? -Alfonso Ortega