New flag: -dno-debug-output
authorSimon Marlow <marlowsd@gmail.com>
Tue, 3 Jun 2008 08:29:24 +0000 (08:29 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 3 Jun 2008 08:29:24 +0000 (08:29 +0000)
commit667ef993b225a3a7d1163612f5ded7e5b69b4ad3
tree02a1a3c5b2e4cc76327f881a2b78d7a16886460e
parentb1455fa5f2ab61ff727f86094dbd4839717eb24e
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>
compiler/main/DynFlags.hs
compiler/main/StaticFlags.hs
compiler/utils/Outputable.lhs
docs/users_guide/debugging.xml
docs/users_guide/flags.xml