1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 23:11:50 +03:00

This is a nice linker you have here. It’d be a shame if anything were to happen to it.

This commit is contained in:
Rob Rix 2017-06-14 17:35:50 -04:00
parent 826461e8e2
commit b71f711102

View File

@ -140,7 +140,7 @@ library
executable semantic
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -A4m -n2m" -static -j -O2 -pgml=script/g++
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -A4m -n2m" -static -j -O2
cc-options: -DU_STATIC_IMPLEMENTATION=1
cpp-options: -DU_STATIC_IMPLEMENTATION=1
build-depends: base
@ -198,7 +198,7 @@ test-suite test
, unordered-containers
, these
, vector
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -pgml=script/g++
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j
default-language: Haskell2010
default-extensions: DeriveFunctor, DeriveGeneric, FlexibleContexts, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards