1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 18:23:44 +03:00

More staticity.

This commit is contained in:
Rob Rix 2016-01-08 15:50:00 -05:00
parent 45c7e3177f
commit 2b755741d0

View File

@ -45,7 +45,8 @@ library
, vector
default-language: Haskell2010
default-extensions: DeriveFunctor, DeriveFoldable, DeriveTraversable, DeriveGeneric, OverloadedStrings
ghc-options: -Wall -fno-warn-name-shadowing -O2 -threaded -fprof-auto "-with-rtsopts=-N -p -s -h -i0.1"
ghc-options: -Wall -fno-warn-name-shadowing -O2 -threaded -fprof-auto "-with-rtsopts=-N -p -s -h -i0.1" -static
ld-options: -static
executable semantic-diff-exe
hs-source-dirs: app