[Haskell-cafe] newbie questions (read, etc.,
with Data.ByteString.Lazy.Char8)
Bulat Ziganshin
bulat.ziganshin at gmail.com
Tue Oct 7 06:25:24 EDT 2008
Hello Brandon,
Tuesday, October 7, 2008, 7:59:06 AM, you wrote:
> is there a reason why -O2 shouldn't be made the default (and
> allowing to turn off optimizations by -O0 perhaps) ?
it compiles ~2x slower and firces more recompilation (because it does
inter-module inlining). so it's not perfect for edit-compile-debug
runs
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Haskell-Cafe
mailing list