From 1935eff0b1738ae1293cc8a1a8b4e27a88ffb982 Mon Sep 17 00:00:00 2001 From: quidtum Date: Tue, 22 Feb 2022 21:10:45 -0500 Subject: build --- spectralrenga.cabal | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'spectralrenga.cabal') diff --git a/spectralrenga.cabal b/spectralrenga.cabal index 4188e11..3910008 100644 --- a/spectralrenga.cabal +++ b/spectralrenga.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.2. +-- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack @@ -47,7 +47,11 @@ executable dbreset-exe Paths_spectralrenga hs-source-dirs: dbreset - 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 , containers @@ -72,7 +76,11 @@ executable spectralrenga-exe Paths_spectralrenga 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 , containers -- cgit v1.2.3