Open
Description
$ cabal build
Resolving dependencies...
Build profile: -w ghc-8.8.1 -O1
In order, the following will be built (use -v for more details):
- bsb-http-chunked-0.0.0.4 (lib) (first run)
What does the -O1
in the Build profile:
line mean? The ghc-options
for my library component include -O2
, and the verbose log shows that ghc
is invoked with -O2
too.