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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -295,6 +295,7 @@ OCV_OPTION(OPENCV_WARNINGS_ARE_ERRORS "Treat warnings as errors"
295
295
OCV_OPTION(ANDROID_EXAMPLES_WITH_LIBS"Build binaries of Android examples with native libraries"OFFIFANDROID )
296
296
OCV_OPTION(ENABLE_IMPL_COLLECTION"Collect implementation data on function call"OFF )
297
297
OCV_OPTION(ENABLE_INSTRUMENTATION"Instrument functions to collect calls trace and performance"OFF )
298
+
OCV_OPTION(ENABLE_GNU_STL_DEBUG"Enable GNU STL Debug mode (defines _GLIBCXX_DEBUG)"OFFIF ((NOTCMAKE_VERSIONVERSION_LESS"2.8.11") ANDCMAKE_COMPILER_IS_GNUCXX) )
298
299
OCV_OPTION(GENERATE_ABI_DESCRIPTOR"Generate XML file for abi_compliance_checker tool"OFFIFUNIX)
299
300
300
301
OCV_OPTION(DOWNLOAD_EXTERNAL_TEST_DATA"Download external test data (Python executable and OPENCV_TEST_DATA_PATH environment variable may be required)"OFF )
0 commit comments