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 a7f85802a0..d438189ced 100644 --- a/ghc/compiler/main/CmdLineOpts.lhs +++ b/ghc/compiler/main/CmdLineOpts.lhs @@ -529,6 +529,8 @@ isStaticHscFlag f = "fignore-interface-pragmas", "fno-hi-version-check", "dno-black-holing", + "fno-method-sharing", + "fno-monomorphism-restriction", "fomit-interface-pragmas", "fno-pre-inlining", "fdo-eta-reduction", |