bugfix for highgui crash on Windows in debug mode (ticket #752) has been propagated from branch 2.2 to trunk
This commit is contained in:
@@ -66,7 +66,7 @@ macro(define_opencv_module name)
|
||||
)
|
||||
endif()
|
||||
set_target_properties(${the_target} PROPERTIES
|
||||
LINK_FLAGS "/NODEFAULTLIB:libc"
|
||||
LINK_FLAGS "/NODEFAULTLIB:libc /DEBUG"
|
||||
)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user