-
CMake: Handle building fuzzer with sanitizers · 78dd3ab5Ben Clayton authored
If any of the `CPPDAP_?SAN` sanitizers are enabled, then the build would fail as the compile flags would collide with hard-coded use of address sanitizer for the fuzzer. Don't hard code address sanitizer for the fuzzer - just use the CMake flag options.
78dd3ab5
×