mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-18 03:21:49 +03:00
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:
parent
bc9fb08f6f
commit
c8f4146e1f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user