summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-09-03 22:39:28 +0100
committerIan Lynagh <ian@well-typed.com>2012-09-03 22:39:28 +0100
commit056b27b46424ef92ae4e21352b3330d0bf83c03a (patch)
treec86e83c777423cd2a272a7de1801ee22e0098fa2
parent892d862144d253bd84e04a3c02be1e4314b1cb46 (diff)
downloadhaskell-056b27b46424ef92ae4e21352b3330d0bf83c03a.tar.gz
Remove -dstub-dead-values from flag list
-rw-r--r--compiler/main/StaticFlagParser.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/main/StaticFlagParser.hs b/compiler/main/StaticFlagParser.hs
index dbf321dabb..4e98499d71 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 ------------------------------------------------------