Skip to content

Commit

Permalink
enable optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
kritzcreek committed Sep 22, 2015
1 parent 1f0be10 commit 0f97e60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions psc-ide.cabal
Expand Up @@ -39,6 +39,7 @@ library
, wreq
, either
default-extensions: OverloadedStrings
ghc-options: -O2

executable psc-ide
hs-source-dirs: src
Expand All @@ -50,6 +51,7 @@ executable psc-ide
, text
, optparse-applicative
, network
ghc-options: -O2 -Wall

executable psc-ide-server
hs-source-dirs: server
Expand All @@ -63,6 +65,7 @@ executable psc-ide-server
, directory
, psc-ide
, text
ghc-options: -O2 -Wall

test-suite spec
type: exitcode-stdio-1.0
Expand Down

0 comments on commit 0f97e60

Please sign in to comment.