web: build with the default -O, not -O2

Building hledger-web is taking more than half a gigabyte here.
Building with -O2 is generally considered to eat more memory.
and be less robust than -O, and seems unnecessary for hledger-web.
This commit is contained in:
Simon Michael 2014-04-28 11:42:28 -07:00
parent 7f2d2e27e8
commit a33dc3a124

View File

@ -181,8 +181,6 @@ executable hledger-web
ghc-options: -threaded
if flag(dev)
ghc-options: -O0
else
ghc-options: -O2
extensions:
CPP