Remove now-unnecessary optimization flags

The spliced TH code has gotten small enough that running multiple
iterations of the simplifier isn't horrible.
This commit is contained in:
Luke Maurer 2018-06-28 13:38:04 -07:00
parent bc9fb08f6f
commit c8f4146e1f
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
{-# OPTIONS_GHC -fno-spec-constr -fno-specialise -fmax-simplifier-iterations=1 -fno-call-arity #-}
module Data.Macaw.ARM.Semantics.ARMSemantics
( execInstruction

View File

@ -3,7 +3,6 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
{-# OPTIONS_GHC -fno-spec-constr -fno-specialise -fmax-simplifier-iterations=1 -fno-call-arity #-}
module Data.Macaw.ARM.Semantics.ThumbSemantics
( execInstruction