<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [patch] Allow disabling C assertions with configure --disable-assert"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90796#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [patch] Allow disabling C assertions with configure --disable-assert"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90796">bug 90796</a>
from <span class="vcard"><a class="email" href="mailto:williambader@hotmail.com" title="William Bader <williambader@hotmail.com>"> <span class="fn">William Bader</span></a>
</span></b>
<pre>As far as I know, autoconf does not have an equivalent to cmake Release and
Debug modes. I think that autoconf projects are often set up so that the
default "./configure ; make install" makes a release, and authors of the
project might provide --enable-... or -with-... options to ./configure that
enable debugging builds for developers.
I have been building poppler with autoconf/configure, and I just realized that
I have been doing the equivalent of cmake Debug builds.
cmake/modules/PopplerMacros.cmake sets -DNDEBUG for Release builds.
I would like to make an easy way to do the same with builds using ./configure.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>