1 synopsis: "Build profile" message now reflects optimization level set in global config
2 packages: cabal-install
8 Imagine you have `optimization: 2` in your `~/.cabal/config`, and you call `cabal build`
9 in a project that doesn't have optimization level explicitly set in its project file.
10 You will still see 'Build profile: -w ghc-<VER> -O1'. This is incorrect and was fixed
11 in this patch: now you'll see '-O2'.