Skip to content

Commit

Permalink
Merge pull request opencv#22270 from tomoaki0705:fix_layout
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Jul 19, 2022
2 parents ed69bca + 14aa9ea commit d4e1d89
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit d4e1d89

Please sign in to comment.