patch applied (ghc): New flag: -dno-debug-output
Simon Marlow
simonmarhaskell at gmail.com
Tue Jun 3 08:18:51 EDT 2008
Tue Jun 3 01:29:24 PDT 2008 Simon Marlow <marlowsd at gmail.com>
* New flag: -dno-debug-output
From the docs:
<para>Suppress any unsolicited debugging output. When GHC
has been built with the <literal>DEBUG</literal> option it
occasionally emits debug output of interest to developers.
The extra output can confuse the testing framework and
cause bogus test failures, so this flag is provided to
turn it off.</para>
M ./compiler/main/DynFlags.hs +1
M ./compiler/main/StaticFlags.hs +5
M ./compiler/utils/Outputable.lhs -2 +5
M ./docs/users_guide/debugging.xml -7 +11
M ./docs/users_guide/flags.xml +6
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080603082924-12142-76f8160a6538db8b0e76887a8899661364bb8aca.gz
More information about the Cvs-ghc
mailing list