default to nonthreaded, OS X doesn't like it
This commit is contained in:
parent
9194e45f3b
commit
740f4d3843
@ -62,8 +62,9 @@ extra-source-files:
|
||||
|
||||
flag ghc7
|
||||
|
||||
-- OS X does not like the threaded runtime with the GHC API
|
||||
flag threaded
|
||||
default: True
|
||||
default: False
|
||||
description: Build with support for multithreaded execution
|
||||
|
||||
library
|
||||
|
||||
Loading…
Reference in New Issue
Block a user