1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

Pass -static to ghc, and let it figure out the call to the linker.

This commit is contained in:
Rob Rix 2016-01-08 10:46:31 -05:00
parent cd12d1fbc1
commit db6cdca7cb

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
ghc-options: -threaded -rtsopts -with-rtsopts=-N -static
build-depends: base
, bifunctors
, bytestring