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:
parent
cd12d1fbc1
commit
db6cdca7cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user