<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Make the CMake build adhere to CMAKE_INSTALL_LIBDIR so that multiarch<br>
keeps working, </blockquote><div><br></div><div>I created a pull request for this at <a href="https://github.com/libgeos/geos/pull/380">https://github.com/libgeos/geos/pull/380</a></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Have CMAKE_BUILD_TYPE=None define NDEBUG so that assert() is removed<br>
from the code, thereby not storing the buildpath in the binaries helping<br>
reproducible builds.<br></blockquote><div><br></div><div>If you don't specify CMAKE_BUILD_TYPE it defaults to Release, and NDEBUG will be defined. Do you mean that we should define a new build type called "None" ?<br></div><div><br></div><div>Dan</div></div></div>