Skip to content

Commit

Permalink
Merge pull request #361 from gouriano/patch-67
Browse files Browse the repository at this point in the history
Update ch_cmconfig.md
  • Loading branch information
vserova authored Jun 20, 2024
2 parents eaab56d + 2a29c44 commit 5b3e382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/ch_cmconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ Few options define requirements and compilation features:
- *CfgMT* - on Windows adds build configurations which use static multithreaded runtime libraries
- *CfgProps* - on Windows, modifies Visual Studio solution to use custom Properties file (which defines build settings)
- *Coverage* - when using GCC compiler, sets code coverage flags
- *MaxDebug* - on Unix, adds *_GLIBCXX_DEBUG* compile definition
- *CustomRPath* - on Unix, disables setting RPATH-related CMake definitions, allowing user to define custom ones or use defaults
- *MaxDebug* - on Unix, adds address sanitizer and stack checking flags
- *OpenMP* - on Unix, enables OpenMP API
- *SSE* - enables using SSE instruction set
- *StaticComponents* - instructs build system to use component's static libraries if they are available,
- *Symbols* - adds debug symbols into release build,
- *UNICODE* - on Windows, enables using UNICODE character set.
Expand Down

0 comments on commit 5b3e382

Please sign in to comment.