Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/056b27b46424ef92ae4e21352b3330d0bf83c03a >--------------------------------------------------------------- commit 056b27b46424ef92ae4e21352b3330d0bf83c03a Author: Ian Lynagh <[email protected]> Date: Mon Sep 3 22:39:28 2012 +0100 Remove -dstub-dead-values from flag list >--------------------------------------------------------------- compiler/main/StaticFlagParser.hs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/compiler/main/StaticFlagParser.hs b/compiler/main/StaticFlagParser.hs index dbf321d..4e98499 100644 --- a/compiler/main/StaticFlagParser.hs +++ b/compiler/main/StaticFlagParser.hs @@ -102,7 +102,6 @@ flagsStatic = [ , Flag "dsuppress-type-signatures" (PassFlag addOpt) , Flag "dopt-fuel" (AnySuffix addOpt) , Flag "dno-debug-output" (PassFlag addOpt) - , Flag "dstub-dead-values" (PassFlag addOpt) -- rest of the debugging flags are dynamic ----- RTS opts ------------------------------------------------------ _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
