Symbol database: dump if --debug and --verbose is given
This commit is contained in:
parent
2a79399a53
commit
a5264f6395
|
@ -4004,7 +4004,8 @@ bool Tokenizer::simplifyTokenList()
|
|||
if (_settings->debug) {
|
||||
_tokens->printOut(0, _files);
|
||||
|
||||
getSymbolDatabase()->printOut("Symbol database");
|
||||
if (_settings->_verbose)
|
||||
getSymbolDatabase()->printOut("Symbol database");
|
||||
}
|
||||
|
||||
if (_settings->debugwarnings) {
|
||||
|
|
Loading…
Reference in New Issue