Skip to content

Commit

Permalink
Put the static compilation options in a separate cabal.project file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Nov 18, 2022
1 parent de405bb commit e706eb3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions cabal.static.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
packages: ./

with-compiler: ghc-9.2

jobs: 8

tests: True

allow-newer: all

test-show-details: direct

package *
ghc-options: +RTS -A32m -RTS -j

package get-tested
ghc-options: -static
cc-options: -static
ld-options: -static -pthread

0 comments on commit e706eb3

Please sign in to comment.