summaryrefslogtreecommitdiff
path: root/sumcheck.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'sumcheck.cabal')
-rw-r--r--sumcheck.cabal6
1 files changed, 5 insertions, 1 deletions
diff --git a/sumcheck.cabal b/sumcheck.cabal
index 6c6495b..6e851cb 100644
--- a/sumcheck.cabal
+++ b/sumcheck.cabal
@@ -38,7 +38,11 @@ executable sumcheck-exe
Paths_sumcheck
hs-source-dirs:
app
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
+ ghc-options: -threaded -rtsopts -with-rtsopts=-N -static -Wall -O2
+ cc-options: -static
+ extra-lib-dirs:
+ ./lib/
+ ld-options: -static -pthread
build-depends:
base >=4.7 && <5
, bytestring