summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/GHC.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC.hs b/compiler/GHC.hs
index e079a08cdd..f822961fff 100644
--- a/compiler/GHC.hs
+++ b/compiler/GHC.hs
@@ -3,7 +3,6 @@
{-# LANGUAGE TupleSections, NamedFieldPuns #-}
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE TypeFamilies #-}
-{-# OPTIONS_GHC -ddump-stg-final -ddump-to-file #-}
-- -----------------------------------------------------------------------------
--