diff options
Diffstat (limited to 'ghc/compiler/main/CmdLineOpts.lhs')
| -rw-r--r-- | ghc/compiler/main/CmdLineOpts.lhs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/compiler/main/CmdLineOpts.lhs b/ghc/compiler/main/CmdLineOpts.lhs index 89c6fc8299..821882c2c3 100644 --- a/ghc/compiler/main/CmdLineOpts.lhs +++ b/ghc/compiler/main/CmdLineOpts.lhs @@ -20,6 +20,7 @@ module CmdLineOpts ( opt_AutoSccsOnAllToplevs, opt_AutoSccsOnExportedToplevs, opt_AutoSccsOnIndividualCafs, + opt_AutoSccsOnDicts, opt_CompilingPrelude, opt_D_dump_absC, opt_D_dump_asm, @@ -280,6 +281,7 @@ opt_AllowUndecidableInstances = lookUp SLIT("-fallow-undecidable-instances") opt_AutoSccsOnAllToplevs = lookUp SLIT("-fauto-sccs-on-all-toplevs") opt_AutoSccsOnExportedToplevs = lookUp SLIT("-fauto-sccs-on-exported-toplevs") opt_AutoSccsOnIndividualCafs = lookUp SLIT("-fauto-sccs-on-individual-cafs") +opt_AutoSccsOnDicts = lookUp SLIT("-fauto-sccs-on-dicts") {- It's a bit unfortunate to have to re-introduce this chap, but on Win32 platforms we do need a way of distinguishing between the case when we're |
