summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorGHC GitLab CI <ghc-ci@gitlab-haskell.org>2023-04-19 10:39:44 +0100
committerGHC GitLab CI <ghc-ci@gitlab-haskell.org>2023-04-19 10:39:44 +0100
commit35fe9b6f845b5e0ef9370bc50ffc9b0a84a3a8db (patch)
tree2ffc1bce75c9d2aedc257fc9fd3b0fc77d4ea8a7 /compiler
parent9956d777509b4457778d8cae86ec77c5dc484dd4 (diff)
downloadhaskell-wip/mp-ghci-opt.tar.gz
Diffstat (limited to 'compiler')
-rw-r--r--compiler/GHC/Driver/Session.hs1
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"