mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
More staticity.
This commit is contained in:
parent
45c7e3177f
commit
2b755741d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user