3.0.1
This release fixes MSVC 32-bit builds, adds an MSVC 32-build to the CI, and fixes a couple of CMake options to allow overriding them with CMake variables.
Please consider one-time or recurring support - especially if you use this library in a product you sell.
Added
- {ci} Added an MSVC 32-bit build. (#235)
Fixed
- {cmake} Turn off inter-procedural optimization in debug builds. Link-time optimization can make debugging more difficult. (#240)
- {cmake} Don't force a debug postfix if
CMAKE_DEBUG_POSTFIX
is defined.(#239) - {cmake} Don't force install locations. This prevents overriding them using
CMAKE_INSTALL_BINDIR
&CMAKE_INSTALL_LIBDIR
.(#237) - Fix warnings which prevented building on 32-bit systems. (#233, #234)