mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-08 16:45:49 +00:00
Removed copy-pasted -O2.
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user