diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2021-07-20 11:43:22 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2021-07-20 11:44:10 +0100 |
commit | 60775246b16b8b24a0274f34bb03e961ddde3b91 (patch) | |
tree | ccc803721995f057a6b11a2502544fc2bed527ad /compiler/GHC/Driver/Config.hs | |
parent | d724b3f30fa9bf63dc82594ac0f17f7b25611795 (diff) | |
download | haskell-wip/T18993.tar.gz |
More wibbleswip/T18993
Diffstat (limited to 'compiler/GHC/Driver/Config.hs')
-rw-r--r-- | compiler/GHC/Driver/Config.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Driver/Config.hs b/compiler/GHC/Driver/Config.hs index 2d4135a847..bd9790312b 100644 --- a/compiler/GHC/Driver/Config.hs +++ b/compiler/GHC/Driver/Config.hs @@ -29,6 +29,7 @@ initSimpleOpts :: DynFlags -> SimpleOpts initSimpleOpts dflags = SimpleOpts { so_uf_opts = unfoldingOpts dflags , so_co_opts = initOptCoercionOpts dflags + , so_eta_red = gopt Opt_DoEtaReduction dflags } -- | Extract BCO options from DynFlags |