Skip to content

Commit

Permalink
add -O2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
joeyh committed May 4, 2020
1 parent 31c7f57 commit 28ef5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-repair.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 28ef5ee

Please sign in to comment.