From: simonpj@microsoft.com Date: Fri, 16 Nov 2007 15:24:46 +0000 (+0000) Subject: Add DEBUG-only flag -dsuppress-uniques to suppress printing of uniques X-Git-Tag: 2008-05-28~1088 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=9226af9eef1cc45dd745ce21ddeb36a0be0da708;hp=9226af9eef1cc45dd745ce21ddeb36a0be0da708;p=ghc-hetmet.git Add DEBUG-only flag -dsuppress-uniques to suppress printing of uniques This is intended only for debugging use: it makes it easier to compare two variants without the variations between uniques mattering. (Of course, you can't actually feed the output to the C compiler or assembler and expect anything sensible to happen!) ---