Skip to content

Commit

Permalink
Parallel execution (#305): switch off
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyYakeley committed Aug 12, 2024
1 parent 391fb27 commit b6494c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pinafore/pinafore-language/lib/Pinafore/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data ExecutionOptions = MkExecutionOptions
}

defaultProcessorCountINTERNAL :: Maybe ProcessorCount
defaultProcessorCountINTERNAL = Just AllProcessorCount
defaultProcessorCountINTERNAL = Nothing

defaultExecutionOptions :: ExecutionOptions
defaultExecutionOptions = MkExecutionOptions {eoProcessorCount = defaultProcessorCountINTERNAL}
Expand Down

0 comments on commit b6494c7

Please sign in to comment.