Skip to content

Commit

Permalink
Drop dumps stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
effectfully committed Jan 8, 2022
1 parent 7615026 commit c016cff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions plutus-core/plutus-core/src/PlutusCore/Default/Builtins.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
{-# 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,8 +25,6 @@

{-# 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 c016cff

Please sign in to comment.