mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
formatting
This commit is contained in:
parent
b70b507c56
commit
933e1169fd
2 changed files with 2 additions and 1 deletions
|
@ -100,6 +100,7 @@ The test and standalone subprojects include the [tools.cmake](cmake/tools.cmake)
|
|||
The following are currently supported.
|
||||
|
||||
#### Sanitizers
|
||||
|
||||
Sanitizers can be enabled by configuring CMake with `-DUSE_SANITIZER=<Address | Memory | MemoryWithOrigins | Undefined | Thread | Leak | 'Address;Undefined'>`.
|
||||
|
||||
#### Static Analyzers
|
||||
|
|
|
@ -22,4 +22,4 @@ HTML_DYNAMIC_SECTIONS = YES
|
|||
GENERATE_TREEVIEW = YES
|
||||
|
||||
# We don't need LaTeX generation
|
||||
GENERATE_LATEX = NO
|
||||
GENERATE_LATEX = NO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue