1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 15:35:14 +03:00

Remove the pthread option.

This commit is contained in:
Rob Rix 2016-01-08 10:45:15 -05:00
parent 6a7908c769
commit cd12d1fbc1

View File

@ -51,7 +51,7 @@ executable semantic-diff-exe
hs-source-dirs: app
main-is: Main.hs
other-modules: Parsers
ghc-options: -threaded -rtsopts -with-rtsopts=-N -optl=-static -optl=-pthread
ghc-options: -threaded -rtsopts -with-rtsopts=-N -optl=-static
build-depends: base
, bifunctors
, bytestring