src/Pure/System/isabelle_process.ML
changeset 51553 63327f679cff
parent 51423 e5f9a6d9ca82
child 51554 041bc3d31f23
--- a/src/Pure/System/isabelle_process.ML	Wed Mar 27 14:50:30 2013 +0100
+++ b/src/Pure/System/isabelle_process.ML	Wed Mar 27 16:38:25 2013 +0100
@@ -242,6 +242,7 @@
         Multithreading.max_threads := Options.int options "threads";
         if Multithreading.max_threads_value () < 2
         then Multithreading.max_threads := 2 else ();
+        Goal.skip_proofs := Options.bool options "skip_proofs";
         Goal.parallel_proofs := (if Options.int options "parallel_proofs" > 0 then 3 else 0);
         Goal.parallel_subproofs_saturation := Options.int options "parallel_subproofs_saturation";
         Goal.parallel_subproofs_threshold := Options.real options "parallel_subproofs_threshold";