On 08/20/2013 11:09 AM, Pasquale Caruso wrote: > Hi at all, > i use pjsip for iPhone app, my question is: How can i check if the > pjsip library was builded in "release mode" ? > i 've compiled with configure-iphone script and CFLAG was " > CFLAGS="-O2 -Wno-unused-label" " > i'd like to disable assertion, is it sufficient set > PJ_ENABLE_EXTRA_CHECK to 0 ? > Thanks in advance. > Pasquale > > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org Hi, add -DNDEBUG (but i think it already added in mak). -- Best Regards, R. Savchenko. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20130820/0d3b64d9/attachment-0001.html>