--- a/src/Pure/Tools/build.ML Wed Jan 14 17:24:55 2015 +0100
+++ b/src/Pure/Tools/build.ML Thu Jan 15 11:39:58 2015 +0100
@@ -111,8 +111,8 @@
|> Unsynchronized.setmp print_mode
(space_explode "," (Options.string options "print_mode") @ print_mode_value ())
|> Unsynchronized.setmp Goal.parallel_proofs (Options.int options "parallel_proofs")
+ |> Multithreading.max_threads_setmp (Options.int options "threads")
|> Unsynchronized.setmp Multithreading.trace (Options.int options "threads_trace")
- |> Multithreading.max_threads_setmp (Options.int options "threads")
|> Unsynchronized.setmp Future.ML_statistics true) thys)
else
Output.physical_stderr ("Skipping theories " ^ commas_quote (map #1 thys) ^