summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2020-05-04 15:53:15 -0400
committerJoey Hess <joeyh@joeyh.name>2020-05-04 15:53:15 -0400
commit28ef5eec13a4cdc3e55beefa7c956aac6666a71f (patch)
treeaa2028498504fd2045a5a31b8e368b979e201163 /git-repair.cabal
parent31c7f57bfd07315e68cefe917bf29603c44c2d58 (diff)
downloadgit-repair-28ef5eec13a4cdc3e55beefa7c956aac6666a71f.tar.gz
add -O21.20200504
git-annex builds with -O2 and iirc some things may have different laziness behavior or something under default level so use the same level here
Diffstat (limited to 'git-repair.cabal')
-rw-r--r--git-repair.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-repair.cabal b/git-repair.cabal
index 2ea10fa..a3cf246 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -38,7 +38,7 @@ source-repository head
Executable git-repair
Main-Is: git-repair.hs
- GHC-Options: -threaded -Wall -fno-warn-tabs
+ GHC-Options: -threaded -Wall -fno-warn-tabs -O2
Default-Language: Haskell98
Default-Extensions: LambdaCase
Build-Depends: split, hslogger, directory, filepath, containers, mtl,