File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,15 @@ library
63
63
xfeatures/surf.hpp
64
64
ximgproc-namespace.hpp
65
65
66
- cxx-options : -std=c++11
67
- extra-libraries : stdc++
66
+ cxx-options : -std=c++11
67
+
68
+ if os(darwin)
69
+ extra-libraries : c++
70
+ -- See: https://ghc.haskell.org/trac/ghc/ticket/11829
71
+ ld-options : -Wl,-keep_dwarf_unwind
72
+ else
73
+ extra-libraries : stdc++
74
+ ghc-options : -lstdc++
68
75
69
76
ghc-options : -Wall -fwarn-incomplete-patterns -funbox-strict-fields
70
77
Original file line number Diff line number Diff line change @@ -68,9 +68,15 @@ library
68
68
termcriteria.hpp
69
69
video_motion_analysis.hpp
70
70
71
- cxx-options : -std=c++11
72
- extra-libraries : stdc++
73
- ghc-options : -lstdc++
71
+ cxx-options : -std=c++11
72
+
73
+ if os(darwin)
74
+ extra-libraries : c++
75
+ -- See: https://ghc.haskell.org/trac/ghc/ticket/11829
76
+ ld-options : -Wl,-keep_dwarf_unwind
77
+ else
78
+ extra-libraries : stdc++
79
+ ghc-options : -lstdc++
74
80
75
81
ghc-options : -Wall -fwarn-incomplete-patterns -funbox-strict-fields
76
82
You can’t perform that action at this time.
0 commit comments