[reSIProcate] "opt" builds
David Thompson
mrdatman at gmail.com
Tue Sep 18 09:57:22 CDT 2007
I am running into this same issue. Is there a specific reason the asserts
are not compiled out in OPT build?
Thanks,
David
-----Original Message-----
From: resiprocate-devel-bounces at list.resiprocate.org
[mailto:resiprocate-devel-bounces at list.resiprocate.org] On Behalf Of Sunitha
Beeram
Sent: Wednesday, September 12, 2007 2:31 PM
To: resiprocate-devel at list.resiprocate.org
Subject: [reSIProcate] "opt" builds
Hi,
We have been running resiprocate built in the opt mode
and have run into crashes caused by some assertions. I
was expecting that assertions will be turned off in
non-debug modes. The makefile has explicitly commented
out the NDEBUG flag in the opt mode :
Makefile.osarch:
ifeq ($(VOCAL_COMPILE_TYPE),opt)
CXXFLAGS += $(OPTFLAGS) #-DNDEBUG
CFLAGS += $(OPTFLAGS) #-DNDEBUG
Endif
I was wondering if I could enable these back for the opt
mode. Should I use other modes to compile resiprocate so
it can be used in 'releases'?
Thanks,
Sunitha.
_______________________________________________
resiprocate-devel mailing list
resiprocate-devel at list.resiprocate.org
https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
More information about the resiprocate-devel
mailing list