[GHC] #7780: GHC HEAD dll fails to build on Windows
GHC
cvs-ghc at haskell.org
Fri Mar 22 00:03:28 CET 2013
#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
More information about the ghc-tickets
mailing list