LTDA: Enable lazy analyze by default
This commit is contained in:
@@ -31,7 +31,7 @@ public class TopDownAnalysisParameters extends LazinessToken implements GlobalCo
|
|||||||
private static boolean LAZY;
|
private static boolean LAZY;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
LAZY = "true".equals(System.getProperty("lazy.tda"));
|
LAZY = !"false".equals(System.getProperty("lazy.tda"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
|
|||||||
Reference in New Issue
Block a user