aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Gass <gass@search.ch>2011-01-12 19:11:11 +0100
committerNathan Gass <gass@search.ch>2011-01-12 19:13:02 +0100
commit6fbd446cbef4021838c7101e27a6737ca0713efd (patch)
tree5ce5084e04c29e54f3d2d9f951c7dd7657d3651b
parente61348dc11f743289e9cb8cb4981eaba1d4fccdc (diff)
downloadpandoc-6fbd446cbef4021838c7101e27a6737ca0713efd.tar.gz
Removed copy-pasted -O2.
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index da855a07d..30cbf190f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -299,9 +299,9 @@ Executable test-pandoc
Buildable: False
else
if impl(ghc >= 6.12)
- Ghc-Options: -O2 -Wall -fno-warn-unused-do-bind
+ Ghc-Options: -Wall -fno-warn-unused-do-bind
else
- Ghc-Options: -O2 -Wall
+ Ghc-Options: -Wall
Extensions: CPP
Build-Depends: base >= 4 && < 5, Diff, test-framework, test-framework-hunit, HUnit
Other-Modules: Text.Pandoc.Shared, Text.Pandoc.Highlighting, Text.Pandoc.Writers.Native