1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

formatting

This commit is contained in:
Lars Melchior 2020-06-03 14:26:17 +02:00
parent b70b507c56
commit 933e1169fd
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -22,4 +22,4 @@ HTML_DYNAMIC_SECTIONS = YES
GENERATE_TREEVIEW = YES
# We don't need LaTeX generation
GENERATE_LATEX = NO
GENERATE_LATEX = NO