src/Pure/System/isabelle_process.ML
changeset 52690 63327f679cff
parent 52560 e5f9a6d9ca82
child 52691 041bc3d31f23
     1.1 --- a/src/Pure/System/isabelle_process.ML	Wed Mar 27 14:50:30 2013 +0100
     1.2 +++ b/src/Pure/System/isabelle_process.ML	Wed Mar 27 16:38:25 2013 +0100
     1.3 @@ -242,6 +242,7 @@
     1.4          Multithreading.max_threads := Options.int options "threads";
     1.5          if Multithreading.max_threads_value () < 2
     1.6          then Multithreading.max_threads := 2 else ();
     1.7 +        Goal.skip_proofs := Options.bool options "skip_proofs";
     1.8          Goal.parallel_proofs := (if Options.int options "parallel_proofs" > 0 then 3 else 0);
     1.9          Goal.parallel_subproofs_saturation := Options.int options "parallel_subproofs_saturation";
    1.10          Goal.parallel_subproofs_threshold := Options.real options "parallel_subproofs_threshold";