Enable the analysis of models in on-demand mode.

Reviewed By: jeremydubreil

Differential Revision: D2890817

fb-gh-sync-id: e8dc0f1
master
Cristiano Calcagno 9 years ago committed by facebook-github-bot-7
parent 8fcd094c64
commit 1b4efcfc7a

@ -17,8 +17,7 @@ let trace () = Config.from_env_variable "INFER_TRACE_ONDEMAND"
let one_cluster_per_procedure () = false
let () = Config.ondemand_enabled :=
Config.from_env_variable "INFER_ONDEMAND" &&
not Config.analyze_models
Config.from_env_variable "INFER_ONDEMAND"
let across_files () = true

Loading…
Cancel
Save