From efcaac93dfdd0da2fdb280c7b6baac07f711f84d Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Mon, 18 May 2015 19:36:35 -0700 Subject: [PATCH] Enable -O3 ghc option --- brick.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brick.cabal b/brick.cabal index 1f80bbe..50bf630 100644 --- a/brick.cabal +++ b/brick.cabal @@ -13,7 +13,7 @@ cabal-version: >=1.10 library default-language: Haskell2010 - ghc-options: -Wall -fno-warn-unused-do-bind + ghc-options: -Wall -fno-warn-unused-do-bind -O3 hs-source-dirs: src exposed-modules: Brick.Border @@ -37,7 +37,7 @@ library executable brick hs-source-dirs: programs - ghc-options: -threaded -Wall -fno-warn-unused-do-bind + ghc-options: -threaded -Wall -fno-warn-unused-do-bind -O3 default-language: Haskell2010 main-is: Main.hs build-depends: base,