Skip to content

Commit 9a5ea97

Browse files
committed
TUNING.md: mention --no-check-unused-templates [skip ci]
1 parent 8f5c3cb commit 9a5ea97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

TUNING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ So if you do not require the additional safety you might want to switch to the u
111111

112112
Note: For Windows binaries we currently do not provide the possibility of using processes so this does not apply.
113113

114+
### Disable analyzing of unused templated functions
115+
116+
Currently all templated functions (either locally or in headers) will be analyzed regardless if they are instantiated or not. If you have template-heavy includes that might to unnecessary work and findings and might slow down the analysis. This behavior can be disabled with `--no-check-unused-templates`.
117+
118+
Note: This might lead to "false negatives" in such functions.
119+
114120
## Advanced Tuning
115121

116122
### Re-order The Files

0 commit comments

Comments
 (0)