summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-02-01 10:25:07 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-02-01 17:43:21 -0500
commit083e26ed6364e444b41e6693410cb549b188da38 (patch)
tree9245ef94b0780ef5f3c8f76645c5c1a451df45e0
parentf94f14502a00824d48cef69d362774a9a4bfc6d6 (diff)
downloadhaskell-083e26ed6364e444b41e6693410cb549b188da38.tar.gz
Remove tracing OPTIONS_GHC
These were accidentally left over from !9542
-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 #-}
-- -----------------------------------------------------------------------------
--