summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-02-01 10:25:07 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2023-02-01 10:25:07 +0000
commitcb2b0c5f702a11c46070e0c0c2b05cbf2ea711c0 (patch)
treef6a51a62cc04cbd4c4f9f4d558760aed13f81c66
parentf0eefa3cf058879246991747dcd18c811402f9e5 (diff)
downloadhaskell-wip/remove-trace-stg.tar.gz
Remove tracing OPTIONS_GHCwip/remove-trace-stg
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 #-}
-- -----------------------------------------------------------------------------
--