>
> Make the CMake build adhere to CMAKE_INSTALL_LIBDIR so that multiarch
> keeps working,


I created a pull request for this at
https://github.com/libgeos/geos/pull/380

Have CMAKE_BUILD_TYPE=None define NDEBUG so that assert() is removed
> from the code, thereby not storing the buildpath in the binaries helping
> reproducible builds.
>

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" ?

Dan
_______________________________________________
geos-devel mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/geos-devel

Reply via email to