We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72768c commit 4ec18caCopy full SHA for 4ec18ca
farm-hs.cabal
@@ -53,8 +53,9 @@ executable farm-hs
53
ghc-options:
54
-O2
55
-threaded
56
- -- This line will compile static executable:
57
- -- -static -optc-static -optl-static
+ -- This line will compile a static executable:
+ -- -static -optc-static -optl-static -fPIC
58
+ -- ld-options: -static
59
60
-- Modules included in this executable, other than Main.
61
other-modules: Options Concurrency Logging
0 commit comments