turn on staticShadowAnalysis option

This commit is contained in:
ALEXks
2026-02-14 08:39:57 +03:00
parent c1d94be0be
commit bc9c7cba5c
4 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
extern std::map<std::string, std::string> shortFileNames;
static int activeState = 0;
int staticShadowAnalysis = 0;
int staticShadowAnalysis = 1;
int staticPrivateAnalysis = 0;
int keepDvmDirectives = 0;
int keepFiles = 0;