Skip to content

Commit

Permalink
Merge pull request #5171 from bgamari/master
Browse files Browse the repository at this point in the history
Fix split-sections flag
  • Loading branch information
23Skidoo authored Mar 1, 2018
2 parents e9996fc + f6398b5 commit d504388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/Distribution/Simple/Program/GHC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ renderGhcOptions comp _platform@(Platform _arch os) opts
| flagProfAuto implInfo -> ["-fprof-auto-exported"]
| otherwise -> ["-auto"]

, [ "-split-sections" | flagBool ghcOptSplitObjs ]
, [ "-split-sections" | flagBool ghcOptSplitSections ]
, [ "-split-objs" | flagBool ghcOptSplitObjs ]

, case flagToMaybe (ghcOptHPCDir opts) of
Expand Down

0 comments on commit d504388

Please sign in to comment.