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
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user