Skip to content

[cmake] Updated sanitizers logic

Lars Bilke requested to merge bilke/ogs:sanitizers into master

Changes CMake options:

  • OGS_ADDRESS_SANITIZER to ENABLE_ASAN
  • OGS_UNDEFINED_BEHAVIOR_SANITIZER to ENABLE_UBSAN
  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
Edited by Lars Bilke

Merge request reports