<div dir="ltr">Hi Tzafrir,<div><br></div><div>No reason today, in the early days people built openr2 manually always and then when they contacted me because of a crash or hang I hated having to ask them to rebuild with debugging enabled to get usable core dumps or being able to attach with gdb and poke around the process' memory.</div>
<div><br></div><div>Now days the library is stable and there are distro packages, so no real need for them anymore. I'll remove them and make a release as soon as I have a chance. I have one small bug fix [1] in the pipe line too, so it's a good chance to make a release.</div>
<div><br></div><div>Do you *need* a release at all now? or you can make that change on your end in the meantime?</div><div><br></div><div>Moy</div><div><br></div><div>[1] <a href="https://github.com/moises-silva/openr2/commit/4d3df2dcbe04034e85385021a630308358a8fe74">https://github.com/moises-silva/openr2/commit/4d3df2dcbe04034e85385021a630308358a8fe74</a></div>
<div><br></div><div class="gmail_extra"><div class="gmail_quote">On Sun, Jan 26, 2014 at 11:53 AM, Tzafrir Cohen <span dir="ltr"><<a href="mailto:tzafrir.cohen@xorcom.com" target="_blank">tzafrir.cohen@xorcom.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi<br>
<br>
The Debian build system wants to set its own build flags. They did not<br>
get set automatically on openr2 due to the following lines in<br>
<a href="http://configure.in" target="_blank">configure.in</a>:<br>
<br>
# let's default to compile with debugging information<br>
# most users will not even care about it<br>
CFLAGS='-ggdb3 -O0'<br>
CXXFLAGS='-ggdb3 -O0'<br>
<br>
Is there any real point in those? Linux distributions build with -g for<br>
quite some times (and keep the debug information separately). -O0 is a<br>
bit odd. I removed those lines in my latest build. Any reason to keep<br>
them?<br>
<span class=""><font color="#888888"><br>
--<br>
               Tzafrir Cohen<br>
icq#16849755              <a href="mailto:jabber%3Atzafrir.cohen@xorcom.com">jabber:tzafrir.cohen@xorcom.com</a><br>
<a href="tel:%2B972-50-7952406" value="+972507952406">+972-50-7952406</a>           mailto:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a><br>
<a href="http://www.xorcom.com" target="_blank">http://www.xorcom.com</a><br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-r2 mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-r2" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-r2</a><br>
</font></span></blockquote></div><br></div></div>