mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-01 06:30:52 +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.
|
The following are currently supported.
|
||||||
|
|
||||||
#### Sanitizers
|
#### Sanitizers
|
||||||
|
|
||||||
Sanitizers can be enabled by configuring CMake with `-DUSE_SANITIZER=<Address | Memory | MemoryWithOrigins | Undefined | Thread | Leak | 'Address;Undefined'>`.
|
Sanitizers can be enabled by configuring CMake with `-DUSE_SANITIZER=<Address | Memory | MemoryWithOrigins | Undefined | Thread | Leak | 'Address;Undefined'>`.
|
||||||
|
|
||||||
#### Static Analyzers
|
#### Static Analyzers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue