Re: [OpenSIPS-Devel] [opensips] DBG_MALLOC should disable compiler optimizations (#838)

2016-03-24 Thread Ovidiu Sas
Closed #838. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/838#event-601738456___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [opensips] DBG_MALLOC should disable compiler optimizations (#838)

2016-03-23 Thread Liviu Chircu
It makes no sense to run with `DBG_MALLOC` in order to troubleshoot a crash, while enabling compiler optimizations (`-O9`) just to make your life harder. In this case, OpenSIPS should be compiled with `-O0`. --- You are receiving this because you are subscribed to this thread. Reply to this