Skip to content

Replaced build types with flags

Compare
Choose a tag to compare
@COM8 COM8 released this 24 Nov 09:22
· 40 commits to 1.9.x since this release

In this release we fixed a CMake crash caused by us adding custom build types for sanitizer builds. They now got replaced by CMake flags.

  • CPR_DEBUG_SANITIZER_FLAG_THREAD
  • CPR_DEBUG_SANITIZER_FLAG_ADDR
  • CPR_DEBUG_SANITIZER_FLAG_LEAK
  • CPR_DEBUG_SANITIZER_FLAG_UB
  • CPR_DEBUG_SANITIZER_FLAG_ALL

What's Changed

Full Changelog: 1.9.2...1.9.3