1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 07:25:44 +03:00

Set the correct flags

This commit is contained in:
Matt Diephouse 2016-02-16 16:45:49 -05:00
parent f743eef743
commit 8df993408d

View File

@ -148,7 +148,10 @@ test-suite semantic-diff-test
, semantic-diff
, text >= 1.2.1.3
, quickcheck-text
ghc-options: -threaded -rtsopts -with-rtsopts=-N
if os(darwin)
ghc-options: -threaded -rtsopts -with-rtsopts=-N
else
ghc-options: -threaded -rtsopts -with-rtsopts=-N -pgml=script/g++
default-language: Haskell2010
default-extensions: DeriveGeneric, OverloadedStrings
if os(darwin)