You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -280,7 +280,7 @@ OCV_OPTION(BUILD_EXAMPLES "Build all examples"
280
280
OCV_OPTION(BUILD_PACKAGE "Enables 'make package_source' command"ON IF NOT WINRT)
281
281
OCV_OPTION(BUILD_PERF_TESTS "Build performance tests"ON IF (NOT APPLE_FRAMEWORK) )
282
282
OCV_OPTION(BUILD_TESTS "Build accuracy & regression tests"ON IF (NOT APPLE_FRAMEWORK) )
283
-
OCV_OPTION(BUILD_WITH_DEBUG_INFO "Include debug info into debug libs (not MSVC only)"ON )
283
+
OCV_OPTION(BUILD_WITH_DEBUG_INFO "Include debug info into release binaries ('OFF' means default settings)"OFF )
284
284
OCV_OPTION(BUILD_WITH_STATIC_CRT "Enables use of statically linked CRT for statically linked OpenCV"ON IF MSVC )
285
285
OCV_OPTION(BUILD_WITH_DYNAMIC_IPP "Enables dynamic linking of IPP (only for standalone IPP)"OFF )
286
286
OCV_OPTION(BUILD_FAT_JAVA_LIB "Create Java wrapper exporting all functions of OpenCV library (requires static build of OpenCV modules)" ANDROID IF NOTBUILD_SHARED_LIBS)
0 commit comments