diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2023-02-01 10:25:07 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2023-02-01 10:25:07 +0000 |
commit | cb2b0c5f702a11c46070e0c0c2b05cbf2ea711c0 (patch) | |
tree | f6a51a62cc04cbd4c4f9f4d558760aed13f81c66 | |
parent | f0eefa3cf058879246991747dcd18c811402f9e5 (diff) | |
download | haskell-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.hs | 1 |
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 #-} -- ----------------------------------------------------------------------------- -- |