On 09/16/2015 06:23 PM, Daniel-Constantin Mierla wrote:
Hello,
following the IRC devel meeting that just ended, I am trying to identify
the compile time options that are relevant to build for. The goal is to
detect if changes that compile fine with some of those options, don't
break the compilation when options are different.
In my mind comes only those related to memory debugging. So the builds
should be:
A) Using PKG malloc
1) memory debugging turned off
MEMDBG=0 make ...
2) memory debugging turned on
MEMDBG=1 make
Done.
https://github.com/kamailio/kamailio/commit/b831f7bd9c91cf4d75ec299d250cd46…