Version: 1.9.0+ds-3
The debian build of gpsbabel has assertions enabled, i.e.. NDEBUG is not
defined. The expectation of the gpsbabel maintainers was that
CMAKE_BUILD_TYPE would be set to Release or RelWithDebInfo, and that
would cause NDEBUG to be defined thus disabling assertions. I gather
debian prefers to build packages with CMAKE_BUILD_TYPE=None. Can you
please modify the debian build so NDEBUG is defined, perhaps by adding a
line "|export DEB_CPPFLAGS_MAINT_APPEND = -DNDEBUG" in debian/rules?|
I am using docker debian:sid and gpsbabel_1.9.0+ds-3_amd64.deb.