Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Configure Options

Paul Bowen-Huggett edited this page Aug 2, 2021 · 3 revisions

These are the configure options:

Name Description
PSTORE_POSIX_SMALL_FILES On POSIX systems, keep pstore files as small as possible.
PSTORE_CRC_CHECKS_ENABLED Perform CRC checks on pstore header and footer records. Disable for fuzzing.
PSTORE_SIGNATURE_CHECKS_ENABLED Perform internal structure signature checks. Disable for fuzzing.
PSTORE_ALWAYS_SPANNING A debugging aid which forces all requests to behave as 'spanning' pointers.
PSTORE_VALGRIND Run unit tests using Valgrind (if available).
PSTORE_COVERAGE Enable generation of coverage reports.
PSTORE_DISABLE_UINT128_T Disable support for __uint128_t.
PSTORE_CLANG_TIDY_ENABLED Enable generation of clang-tidy targets.
PSTORE_WERROR Compile with “Warnings as errors” enabled.
Clone this wiki locally