From: Kirsten Chevalier Date: Wed, 7 Feb 2007 22:59:57 +0000 (+0000) Subject: Fixed typo in devel1 flavor X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a6b59f26bc90f06c8e1969b6f35f8dae2a99ce28 Fixed typo in devel1 flavor Under GhcStage2HcOpts, "O" should be "-O"; fixed. --- diff --git a/mk/build.mk.sample b/mk/build.mk.sample index 9384393..34d260a 100644 --- a/mk/build.mk.sample +++ b/mk/build.mk.sample @@ -70,7 +70,7 @@ SRC_HC_OPTS = -H64m -O -fasm $(MyWarningOpts) GhcLibHcOpts = -O -dcore-lint $(MyWarningOpts) GhcLibWays = GhcStage1HcOpts = -Rghc-timing -O0 -DDEBUG -GhcStage2HcOpts = -Rghc-timing O -fasm +GhcStage2HcOpts = -Rghc-timing -O -fasm SplitObjs = NO endif