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

@@ -152,7 +152,7 @@ static void setOptions(const short* options, bool isBuildParallel = false, const
intOptions[z] = -1;
}
staticShadowAnalysis = intOptions[STATIC_SHADOW_ANALYSIS];
//staticShadowAnalysis = intOptions[STATIC_SHADOW_ANALYSIS];
staticPrivateAnalysis = intOptions[STATIC_PRIVATE_ANALYSIS];
out_free_form = intOptions[FREE_FORM];
if (out_free_form == 1)