From 28eaf16f8ee1bcda3404c1e9461b13e6cc9c3ca7 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Tue, 22 Feb 2022 21:53:46 -0500 Subject: build --- sumcheck.cabal | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sumcheck.cabal') 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 -- cgit v1.2.3