Note: auto-generated from comments in: ./sanitizers.cmake
sanitizers.cmake:
Enables sanitizers in the build settings when requested by the user with -DENABLE_SANITIZER_<…>=ON.
Sanitizers, by default, output their logs to stderr. To redirect the output to files instead, use the
log_path
option from the sanitizer
UBSAN_OPTIONS=”log_path=/path/to/output_dir/file_prefix” fprime-util check or UBSAN_OPTIONS=”log_path=/path/to/output_dir/file_prefix” ./path/to/executable
Note: