summaryrefslogtreecommitdiff
path: root/sumcheck.cabal
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-02-22 21:53:46 -0500
committercyfraeviolae <cyfraeviolae>2022-02-22 21:53:46 -0500
commit28eaf16f8ee1bcda3404c1e9461b13e6cc9c3ca7 (patch)
tree849a1dd76cd32b2dd32a4e33704cda05f4c2881f /sumcheck.cabal
parent22129a2fcb660a29e1ed6935713282bc78c8d62f (diff)
build
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