diff --git a/checkmate.cabal b/checkmate.cabal
--- a/checkmate.cabal
+++ b/checkmate.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           checkmate
-version:        0.1.2
+version:        0.1.3
 synopsis:       Generate checklists relevant to a given patch
 category:       Development
 stability:      alpha
@@ -69,9 +69,9 @@
     , github == 0.16.*
     , optparse-applicative >= 0.13.2.0 && < 0.15.0.0
   if flag(static)
-    ghc-options: -fwarn-incomplete-uni-patterns -threaded -rtsopts -with-rtsopts=-N
-  else
     ghc-options: -fwarn-incomplete-uni-patterns -threaded -rtsopts -with-rtsopts=-N -static -optl-static -optl-pthread -optc-Os -fPIC
+  else
+    ghc-options: -fwarn-incomplete-uni-patterns -threaded -rtsopts -with-rtsopts=-N
   default-language: Haskell2010
 
 test-suite hlint
