[project @ 1996-05-17 16:02:43 by partain]
[ghc-hetmet.git] / ghc / compiler / main / CmdLineOpts.lhs
index a2e7a00..c2a2b43 100644 (file)
@@ -161,7 +161,7 @@ opt_AllStrict                       = lookup  SLIT("-fall-strict")
 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_CompilingPrelude           = lookup  SLIT("-prelude")
+opt_CompilingPrelude           = lookup  SLIT("-fcompiling-prelude")
 opt_D_dump_absC                        = lookup  SLIT("-ddump-absC")
 opt_D_dump_asm                 = lookup  SLIT("-ddump-asm")
 opt_D_dump_deforest            = lookup  SLIT("-ddump-deforest")
@@ -185,10 +185,10 @@ opt_D_verbose_stg2stg             = lookup  SLIT("-dverbose-stg")
 opt_DoCoreLinting              = lookup  SLIT("-dcore-lint")
 opt_DoSemiTagging              = lookup  SLIT("-fsemi-tagging")
 opt_DoTickyProfiling           = lookup  SLIT("-fticky-ticky")
-opt_EmitArityChecks            = lookup  SLIT("-darity-checks")
 opt_FoldrBuildOn               = lookup  SLIT("-ffoldr-build-on")
 opt_FoldrBuildTrace            = lookup  SLIT("-ffoldr-build-trace")
 opt_ForConcurrent              = lookup  SLIT("-fconcurrent")
+opt_GranMacros                 = lookup  SLIT("-fgransim")
 opt_GlasgowExts                        = lookup  SLIT("-fglasgow-exts")
 opt_Haskell_1_3                        = lookup  SLIT("-fhaskell-1.3")
 opt_HideBuiltinNames           = lookup  SLIT("-fhide-builtin-names")
@@ -201,7 +201,6 @@ opt_NumbersStrict           = lookup  SLIT("-fnumbers-strict")
 opt_OmitBlackHoling            = lookup  SLIT("-dno-black-holing")
 opt_OmitDefaultInstanceMethods = lookup  SLIT("-fomit-default-instance-methods")
 opt_OmitInterfacePragmas       = lookup  SLIT("-fomit-interface-pragmas")
-opt_OmitReexportedInstances    = lookup  SLIT("-fomit-reexported-instances")
 opt_PprStyle_All               = lookup  SLIT("-dppr-all")
 opt_PprStyle_Debug             = lookup  SLIT("-dppr-debug")
 opt_PprStyle_User              = lookup  SLIT("-dppr-user")