mirror of
https://github.com/aelve/guide.git
synced 2024-12-23 12:52:31 +03:00
Disable explicit optimisation
Cabal still complains. (Cabal is still going to compile with -O, tho. Or so it says.)
This commit is contained in:
parent
74be29738e
commit
4b5221c649
@ -62,7 +62,7 @@ executable guide
|
|||||||
, wai-middleware-metrics
|
, wai-middleware-metrics
|
||||||
, wai-middleware-static
|
, wai-middleware-static
|
||||||
, xss-sanitize
|
, xss-sanitize
|
||||||
ghc-options: -Wall -O -fno-warn-unused-do-bind
|
ghc-options: -Wall -fno-warn-unused-do-bind
|
||||||
-threaded -with-rtsopts=-T
|
-threaded -with-rtsopts=-T
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
Loading…
Reference in New Issue
Block a user