Skip to content

Commit 62af110

Browse files
committed
Fix cmm perf-file options
1 parent 28fe693 commit 62af110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cabal/src/Distribution/Simple/GHC/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ componentCmmGhcOptions verbosity lbi bi clbi odir extraSource =
579579
, ghcOptPackages = toNubListR $ mkGhcOptPackages (promisedPkgs lbi) clbi
580580
, ghcOptOptimisation = toGhcOptimisation (withOptimization lbi)
581581
, ghcOptDebugInfo = toFlag (withDebugInfo lbi)
582-
, ghcOptExtra = cmmOptions bi
582+
, ghcOptExtra = cmmOptions bi ++ extraSourceOpts extraSource
583583
, ghcOptObjDir = toFlag odir
584584
}
585585

0 commit comments

Comments
 (0)