
#7780: GHC HEAD dll fails to build on Windows ---------------------------------+------------------------------------------ Reporter: rassilon | Owner: igloo Type: bug | Status: patch Priority: normal | Milestone: Component: Build System | Version: Keywords: | Os: Windows Architecture: Unknown/Multiple | Failure: Building GHC failed Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Comment(by rassilon): Hrm, I built with a perf flavor build set with: {{{ SRC_HC_OPTS = -O -H64m GhcStage1HcOpts = -O -fasm GhcStage2HcOpts = -O2 -fasm -Rghc-timing GhcHcOpts = -Rghc-timing GhcLibHcOpts = -O2 -Rghc-timing GhcLibWays += p }}} I'll try again with Stage1HcOpts/SRC_HC_OPTS with -O2 and see what happens. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7780#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler