[Poppler-bugs] [Bug 90796] [patch] Allow disabling C assertions with configure --disable-assert

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jun 21 10:58:24 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=90796

--- Comment #4 from William Bader <williambader at hotmail.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20150621/1cf0b73d/attachment.html>


More information about the Poppler-bugs mailing list