mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-26 09:06:56 +03:00
Enable -O3 ghc option
This commit is contained in:
parent
3a8bb03e03
commit
efcaac93df
@ -13,7 +13,7 @@ cabal-version: >=1.10
|
|||||||
|
|
||||||
library
|
library
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind
|
ghc-options: -Wall -fno-warn-unused-do-bind -O3
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
Brick.Border
|
Brick.Border
|
||||||
@ -37,7 +37,7 @@ library
|
|||||||
|
|
||||||
executable brick
|
executable brick
|
||||||
hs-source-dirs: programs
|
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
|
default-language: Haskell2010
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
build-depends: base,
|
build-depends: base,
|
||||||
|
Loading…
Reference in New Issue
Block a user