File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ library
57
57
aruco-namespace.hpp
58
58
59
59
cc-options : -Wall -std=c++11
60
- ghc-options : -Wall -fwarn-incomplete-patterns -funbox-strict-fields -O2
60
+ ghc-options : -Wall -fwarn-incomplete-patterns -funbox-strict-fields
61
61
if flag(internal-documentation)
62
62
cpp-options : -DENABLE_INTERNAL_DOCUMENTATION
63
63
@@ -113,7 +113,7 @@ test-suite doc-images-opencv-extra
113
113
ExampleExtractor
114
114
Language.Haskell.Meta.Syntax.Translate
115
115
default-language : Haskell2010
116
- ghc-options : -Wall -fwarn-incomplete-patterns -threaded -funbox-strict-fields -O2 - rtsopts
116
+ ghc-options : -Wall -fwarn-incomplete-patterns -threaded -funbox-strict-fields -rtsopts
117
117
cpp-options : -DHAVE_OPENCV_EXTRA
118
118
build-depends :
119
119
base >= 4.8 && < 5
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ library
63
63
video_motion_analysis.hpp
64
64
65
65
cc-options : -Wall -std=c++11
66
- ghc-options : -Wall -fwarn-incomplete-patterns -funbox-strict-fields -O2
66
+ ghc-options : -Wall -fwarn-incomplete-patterns -funbox-strict-fields
67
67
if flag(internal-documentation)
68
68
cpp-options : -DENABLE_INTERNAL_DOCUMENTATION
69
69
@@ -187,7 +187,7 @@ test-suite doc-images-opencv
187
187
ExampleExtractor
188
188
Language.Haskell.Meta.Syntax.Translate
189
189
default-language : Haskell2010
190
- ghc-options : -Wall -fwarn-incomplete-patterns -threaded -funbox-strict-fields -O2 - rtsopts
190
+ ghc-options : -Wall -fwarn-incomplete-patterns -threaded -funbox-strict-fields -rtsopts
191
191
build-depends :
192
192
base >= 4.8 && < 5
193
193
, bytestring >= 0.10.6
@@ -222,7 +222,7 @@ test-suite test-opencv
222
222
hs-source-dirs : test
223
223
main-is : test.hs
224
224
default-language : Haskell2010
225
- ghc-options : -Wall -fwarn-incomplete-patterns -threaded -funbox-strict-fields -O2 - rtsopts
225
+ ghc-options : -Wall -fwarn-incomplete-patterns -threaded -funbox-strict-fields -rtsopts
226
226
build-depends :
227
227
base >= 4.8 && < 5
228
228
, bytestring >= 0.10.6
@@ -250,7 +250,7 @@ benchmark bench-opencv
250
250
hs-source-dirs : bench
251
251
main-is : bench.hs
252
252
default-language : Haskell2010
253
- ghc-options : -Wall -fwarn-incomplete-patterns -threaded -funbox-strict-fields -O2 - rtsopts
253
+ ghc-options : -Wall -fwarn-incomplete-patterns -threaded -funbox-strict-fields -rtsopts
254
254
build-depends :
255
255
base >= 4.8 && < 5
256
256
, bytestring >= 0.10.6
You can’t perform that action at this time.
0 commit comments