From 14aa9eaadd299600229f71cb25862f737a38a8c3 Mon Sep 17 00:00:00 2001 From: Tomoaki Teshima Date: Tue, 19 Jul 2022 21:44:07 +0900 Subject: [PATCH] doc: fix layout --- .../introduction/config_reference/config_reference.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/tutorials/introduction/config_reference/config_reference.markdown b/doc/tutorials/introduction/config_reference/config_reference.markdown index 388b0cc7c1..81607b0086 100644 --- a/doc/tutorials/introduction/config_reference/config_reference.markdown +++ b/doc/tutorials/introduction/config_reference/config_reference.markdown @@ -205,11 +205,12 @@ cmake -DCV_DISABLE_OPTIMIZATION=ON ../opencv More details on CPU optimization options can be found in wiki: https://github.com/opencv/opencv/wiki/CPU-optimizations-build-options -## Profiling, coverage, sanitize, hardening, size optimization +## Profiling, coverage, sanitize, hardening, size optimization {#profiling_coverage_sanitize_hardening_size_optimization} Following options can be used to produce special builds with instrumentation or improved security. All options are disabled by default. | Option | Compiler | Description | +| -------| -------- | ----------- | | `ENABLE_PROFILING` | GCC or Clang | Enable profiling compiler and linker options. | | `ENABLE_COVERAGE` | GCC or Clang | Enable code coverage support. | | `OPENCV_ENABLE_MEMORY_SANITIZER` | N/A | Enable several quirks in code to assist memory sanitizer. |