mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-12 19:08:34 +03:00
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:
parent
7f2d2e27e8
commit
a33dc3a124
@ -181,8 +181,6 @@ executable hledger-web
|
||||
ghc-options: -threaded
|
||||
if flag(dev)
|
||||
ghc-options: -O0
|
||||
else
|
||||
ghc-options: -O2
|
||||
|
||||
extensions:
|
||||
CPP
|
||||
|
Loading…
Reference in New Issue
Block a user