mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-18 11:31:35 +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 TemplateHaskell #-}
|
||||||
{-# LANGUAGE TypeApplications #-}
|
{-# LANGUAGE TypeApplications #-}
|
||||||
{-# LANGUAGE TypeFamilies #-}
|
{-# LANGUAGE TypeFamilies #-}
|
||||||
{-# OPTIONS_GHC -fno-spec-constr -fno-specialise -fmax-simplifier-iterations=1 -fno-call-arity #-}
|
|
||||||
|
|
||||||
module Data.Macaw.ARM.Semantics.ARMSemantics
|
module Data.Macaw.ARM.Semantics.ARMSemantics
|
||||||
( execInstruction
|
( execInstruction
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
{-# LANGUAGE TemplateHaskell #-}
|
{-# LANGUAGE TemplateHaskell #-}
|
||||||
{-# LANGUAGE TypeApplications #-}
|
{-# LANGUAGE TypeApplications #-}
|
||||||
{-# LANGUAGE TypeFamilies #-}
|
{-# LANGUAGE TypeFamilies #-}
|
||||||
{-# OPTIONS_GHC -fno-spec-constr -fno-specialise -fmax-simplifier-iterations=1 -fno-call-arity #-}
|
|
||||||
|
|
||||||
module Data.Macaw.ARM.Semantics.ThumbSemantics
|
module Data.Macaw.ARM.Semantics.ThumbSemantics
|
||||||
( execInstruction
|
( execInstruction
|
||||||
|
Loading…
Reference in New Issue
Block a user