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

@@ -2524,8 +2524,8 @@ int main(int argc, char **argv)
out_free_form = 1;
out_line_unlimit = 1;
}
else if (string(curr_arg) == "-sh")
staticShadowAnalysis = 1;
/*else if (string(curr_arg) == "-sh")
staticShadowAnalysis = 1;*/
else if (string(curr_arg) == "-shWidth")
{
i++;