Skip to content

Commit

Permalink
Revert "Drop dumps stuff"
Browse files Browse the repository at this point in the history
This reverts commit c016cff.
  • Loading branch information
effectfully committed Jan 8, 2022
1 parent c016cff commit f8879b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plutus-core/plutus-core/src/PlutusCore/Default/Builtins.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}

{-# OPTIONS_GHC -ddump-simpl -ddump-to-file -dsuppress-all -fforce-recomp -dumpdir /tmp/dumps #-}

module PlutusCore.Default.Builtins where

import PlutusPrelude
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

{-# OPTIONS_GHC -fno-warn-orphans #-}

{-# OPTIONS_GHC -ddump-simpl -ddump-to-file -dsuppress-all -fforce-recomp -dumpdir /tmp/dumps #-}

module UntypedPlutusCore.Evaluation.Machine.Cek.Internal
-- See Note [Compilation peculiarities].
( EvaluationResult(..)
Expand Down

0 comments on commit f8879b6

Please sign in to comment.