Skip to content

Commit

Permalink
Turn on -O2, for what it's worth.
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Dec 24, 2011
1 parent 6956b8b commit 0a30923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attoparsec.cabal
Expand Up @@ -62,7 +62,7 @@ library
Data.Attoparsec.Internal.Types
Data.Attoparsec.Text.FastSet
Data.Attoparsec.Text.Internal
ghc-options: -Wall
ghc-options: -O2 -Wall

if flag(developer)
ghc-prof-options: -auto-all
Expand Down

0 comments on commit 0a30923

Please sign in to comment.