OCV_OPTION(BUILD_WITH_DEBUG_INFO"Include debug info into debug libs (not MSVC only)"ON)
OCV_OPTION(BUILD_WITH_DEBUG_INFO"Include debug info into release binaries ('OFF' means default settings)"OFF)
OCV_OPTION(BUILD_WITH_STATIC_CRT"Enables use of statically linked CRT for statically linked OpenCV"ONIFMSVC)
OCV_OPTION(BUILD_WITH_DYNAMIC_IPP"Enables dynamic linking of IPP (only for standalone IPP)"OFF)
OCV_OPTION(BUILD_FAT_JAVA_LIB"Create Java wrapper exporting all functions of OpenCV library (requires static build of OpenCV modules)"ANDROIDIFNOTBUILD_SHARED_LIBS)