diff options
author | GHC GitLab CI <ghc-ci@gitlab-haskell.org> | 2023-04-19 10:39:44 +0100 |
---|---|---|
committer | GHC GitLab CI <ghc-ci@gitlab-haskell.org> | 2023-04-19 10:39:44 +0100 |
commit | 35fe9b6f845b5e0ef9370bc50ffc9b0a84a3a8db (patch) | |
tree | 2ffc1bce75c9d2aedc257fc9fd3b0fc77d4ea8a7 /compiler | |
parent | 9956d777509b4457778d8cae86ec77c5dc484dd4 (diff) | |
download | haskell-wip/mp-ghci-opt.tar.gz |
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/GHC/Driver/Session.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Driver/Session.hs b/compiler/GHC/Driver/Session.hs index f162a0ef8a..a6c7d230d3 100644 --- a/compiler/GHC/Driver/Session.hs +++ b/compiler/GHC/Driver/Session.hs @@ -2905,6 +2905,7 @@ dynamic_flags_deps = [ setBackend $ platformDefaultBackend (targetPlatform dflags) dflags' <- liftEwM getCmdLineState pure $ gopt_unset dflags' Opt_ByteCodeAndObjectCode + pure $ gopt_unset dflags' Opt_InsertBreakpoints , make_dep_flag defFlag "fglasgow-exts" (NoArg enableGlasgowExts) "Use individual extensions instead" |