
2 Sep
2015
2 Sep
'15
7:23 p.m.
On 3 September 2015 at 04:44, Kostiantyn Rybnikov
There's a common situation I get into: I compile with "stack build" (or cabal build), get a big list of warnings, fix few of them, then I re-compile project, but a lot of warnings are gone now. The only option I'm left with is to use "-fforce-recomp".
If you're going to fix all the warnings anyway, why not just use -Werror? -- Thomas Koster