We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fe693 commit 62af110Copy full SHA for 62af110
Cabal/src/Distribution/Simple/GHC/Internal.hs
@@ -579,7 +579,7 @@ componentCmmGhcOptions verbosity lbi bi clbi odir extraSource =
579
, ghcOptPackages = toNubListR $ mkGhcOptPackages (promisedPkgs lbi) clbi
580
, ghcOptOptimisation = toGhcOptimisation (withOptimization lbi)
581
, ghcOptDebugInfo = toFlag (withDebugInfo lbi)
582
- , ghcOptExtra = cmmOptions bi
+ , ghcOptExtra = cmmOptions bi ++ extraSourceOpts extraSource
583
, ghcOptObjDir = toFlag odir
584
}
585
0 commit comments