Created
August 30, 2015 17:02
-
-
Save zenoalbisser/4d5920d9955b23f7f99b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015-08-30 18:59:02 +0200 | |
| cmake | |
| .. | |
| -DCMAKE_C_FLAGS_RELEASE= | |
| -DCMAKE_CXX_FLAGS_RELEASE= | |
| -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/opencv/2.4.12 | |
| -DCMAKE_BUILD_TYPE=Release | |
| -DCMAKE_FIND_FRAMEWORK=LAST | |
| -DCMAKE_VERBOSE_MAKEFILE=ON | |
| -Wno-dev | |
| -DCMAKE_OSX_DEPLOYMENT_TARGET= | |
| -DBUILD_ZLIB=OFF | |
| -DBUILD_TIFF=OFF | |
| -DBUILD_PNG=OFF | |
| -DBUILD_OPENEXR=OFF | |
| -DBUILD_JASPER=OFF | |
| -DBUILD_JPEG=OFF | |
| -DJPEG_INCLUDE_DIR=/usr/local/opt/jpeg/include | |
| -DJPEG_LIBRARY=/usr/local/opt/jpeg/lib/libjpeg.dylib | |
| -DBUILD_opencv_python=ON | |
| -DBUILD_opencv_java=OFF | |
| -DWITH_OPENEXR=ON | |
| -DWITH_EIGEN=ON | |
| -DWITH_TBB=OFF | |
| -DWITH_FFMPEG=OFF | |
| -DWITH_QUICKTIME=OFF | |
| -DWITH_1394=OFF | |
| -DWITH_OPENGL=OFF | |
| -DWITH_JASPER=OFF | |
| -DWITH_QT=OFF | |
| -DWITH_GSTREAMER=OFF | |
| -DWITH_XIMEA=OFF | |
| -DPYTHON_LIBRARY=/System/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib | |
| -DPYTHON_INCLUDE_DIR=/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| -DCMAKE_PREFIX_PATH=/System/Library/Frameworks/Python.framework/Versions/2.7 | |
| -DWITH_CUDA=OFF | |
| -DENABLE_SSSE3=ON | |
| -DENABLE_SSE41=ON | |
| -DENABLE_SSE42=ON | |
| -DENABLE_AVX=ON | |
| -- The CXX compiler identification is AppleClang 6.1.0.6020053 | |
| -- The C compiler identification is AppleClang 6.1.0.6020053 | |
| -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ | |
| -- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works | |
| -- Detecting CXX compiler ABI info | |
| -- Detecting CXX compiler ABI info - done | |
| -- Detecting CXX compile features | |
| -- Detecting CXX compile features - done | |
| -- Check for working C compiler: /usr/local/Library/ENV/4.3/clang | |
| -- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Detecting C compile features | |
| -- Detecting C compile features - done | |
| -- Performing Test HAVE_CXX_FSIGNED_CHAR | |
| -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success | |
| -- Performing Test HAVE_C_FSIGNED_CHAR | |
| -- Performing Test HAVE_C_FSIGNED_CHAR - Success | |
| -- Performing Test HAVE_CXX_W | |
| -- Performing Test HAVE_CXX_W - Success | |
| -- Performing Test HAVE_C_W | |
| -- Performing Test HAVE_C_W - Success | |
| -- Performing Test HAVE_CXX_WALL | |
| -- Performing Test HAVE_CXX_WALL - Success | |
| -- Performing Test HAVE_C_WALL | |
| -- Performing Test HAVE_C_WALL - Success | |
| -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE | |
| -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success | |
| -- Performing Test HAVE_C_WERROR_RETURN_TYPE | |
| -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success | |
| -- Performing Test HAVE_CXX_WERROR_ADDRESS | |
| -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success | |
| -- Performing Test HAVE_C_WERROR_ADDRESS | |
| -- Performing Test HAVE_C_WERROR_ADDRESS - Success | |
| -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT | |
| -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success | |
| -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT | |
| -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success | |
| -- Performing Test HAVE_CXX_WFORMAT | |
| -- Performing Test HAVE_CXX_WFORMAT - Success | |
| -- Performing Test HAVE_C_WFORMAT | |
| -- Performing Test HAVE_C_WFORMAT - Success | |
| -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY | |
| -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success | |
| -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY | |
| -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success | |
| -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS | |
| -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success | |
| -- Performing Test HAVE_C_WMISSING_DECLARATIONS | |
| -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success | |
| -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES | |
| -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Success | |
| -- Performing Test HAVE_C_WMISSING_PROTOTYPES | |
| -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success | |
| -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES | |
| -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Success | |
| -- Performing Test HAVE_C_WSTRICT_PROTOTYPES | |
| -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success | |
| -- Performing Test HAVE_CXX_WUNDEF | |
| -- Performing Test HAVE_CXX_WUNDEF - Success | |
| -- Performing Test HAVE_C_WUNDEF | |
| -- Performing Test HAVE_C_WUNDEF - Success | |
| -- Performing Test HAVE_CXX_WINIT_SELF | |
| -- Performing Test HAVE_CXX_WINIT_SELF - Success | |
| -- Performing Test HAVE_C_WINIT_SELF | |
| -- Performing Test HAVE_C_WINIT_SELF - Success | |
| -- Performing Test HAVE_CXX_WPOINTER_ARITH | |
| -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success | |
| -- Performing Test HAVE_C_WPOINTER_ARITH | |
| -- Performing Test HAVE_C_WPOINTER_ARITH - Success | |
| -- Performing Test HAVE_CXX_WSHADOW | |
| -- Performing Test HAVE_CXX_WSHADOW - Success | |
| -- Performing Test HAVE_C_WSHADOW | |
| -- Performing Test HAVE_C_WSHADOW - Success | |
| -- Performing Test HAVE_CXX_WSIGN_PROMO | |
| -- Performing Test HAVE_CXX_WSIGN_PROMO - Success | |
| -- Performing Test HAVE_C_WSIGN_PROMO | |
| -- Performing Test HAVE_C_WSIGN_PROMO - Success | |
| -- Performing Test HAVE_CXX_WNO_NARROWING | |
| -- Performing Test HAVE_CXX_WNO_NARROWING - Success | |
| -- Performing Test HAVE_C_WNO_NARROWING | |
| -- Performing Test HAVE_C_WNO_NARROWING - Success | |
| -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR | |
| -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success | |
| -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR | |
| -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Success | |
| -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS | |
| -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Success | |
| -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS | |
| -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Success | |
| -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS | |
| -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success | |
| -- Performing Test HAVE_C_WNO_ARRAY_BOUNDS | |
| -- Performing Test HAVE_C_WNO_ARRAY_BOUNDS - Success | |
| -- Performing Test HAVE_CXX_WNO_AGGRESSIVE_LOOP_OPTIMIZATIONS | |
| -- Performing Test HAVE_CXX_WNO_AGGRESSIVE_LOOP_OPTIMIZATIONS - Success | |
| -- Performing Test HAVE_C_WNO_AGGRESSIVE_LOOP_OPTIMIZATIONS | |
| -- Performing Test HAVE_C_WNO_AGGRESSIVE_LOOP_OPTIMIZATIONS - Success | |
| -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION | |
| -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success | |
| -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION | |
| -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success | |
| -- Performing Test HAVE_CXX_WNO_LONG_LONG | |
| -- Performing Test HAVE_CXX_WNO_LONG_LONG - Success | |
| -- Performing Test HAVE_C_WNO_LONG_LONG | |
| -- Performing Test HAVE_C_WNO_LONG_LONG - Success | |
| -- Performing Test HAVE_CXX_WNO_SEMICOLON_BEFORE_METHOD_BODY | |
| -- Performing Test HAVE_CXX_WNO_SEMICOLON_BEFORE_METHOD_BODY - Success | |
| -- Performing Test HAVE_C_WNO_SEMICOLON_BEFORE_METHOD_BODY | |
| -- Performing Test HAVE_C_WNO_SEMICOLON_BEFORE_METHOD_BODY - Success | |
| -- Performing Test HAVE_CXX_FNO_OMIT_FRAME_POINTER | |
| -- Performing Test HAVE_CXX_FNO_OMIT_FRAME_POINTER - Success | |
| -- Performing Test HAVE_C_FNO_OMIT_FRAME_POINTER | |
| -- Performing Test HAVE_C_FNO_OMIT_FRAME_POINTER - Success | |
| -- Performing Test HAVE_CXX_MSSE | |
| -- Performing Test HAVE_CXX_MSSE - Success | |
| -- Performing Test HAVE_C_MSSE | |
| -- Performing Test HAVE_C_MSSE - Success | |
| -- Performing Test HAVE_CXX_MSSE2 | |
| -- Performing Test HAVE_CXX_MSSE2 - Success | |
| -- Performing Test HAVE_C_MSSE2 | |
| -- Performing Test HAVE_C_MSSE2 - Success | |
| -- Performing Test HAVE_CXX_MAVX | |
| -- Performing Test HAVE_CXX_MAVX - Success | |
| -- Performing Test HAVE_C_MAVX | |
| -- Performing Test HAVE_C_MAVX - Success | |
| -- Check if the system is big endian | |
| -- Searching 16 bit integer | |
| -- Looking for sys/types.h | |
| -- Looking for sys/types.h - found | |
| -- Looking for stdint.h | |
| -- Looking for stdint.h - found | |
| -- Looking for stddef.h | |
| -- Looking for stddef.h - found | |
| -- Check size of unsigned short | |
| -- Check size of unsigned short - done | |
| -- Using unsigned short | |
| -- Check if the system is big endian - little endian | |
| -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5") | |
| -- Found TIFF: /usr/local/lib/libtiff.dylib (found version "4.0.4") | |
| -- Found JPEG: /usr/local/opt/jpeg/lib/libjpeg.dylib | |
| -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.6.18") | |
| -- Looking for /usr/local/include/libpng/png.h | |
| -- Looking for /usr/local/include/libpng/png.h - not found | |
| -- Found OpenEXR: /usr/local/lib/libIlmImf.dylib | |
| -- checking for module 'libv4l1' | |
| -- package 'libv4l1' not found | |
| -- checking for module 'libv4l2' | |
| -- package 'libv4l2' not found | |
| -- Looking for linux/videodev.h | |
| -- Looking for linux/videodev.h - not found | |
| -- Looking for linux/videodev2.h | |
| -- Looking for linux/videodev2.h - not found | |
| -- Looking for sys/videoio.h | |
| -- Looking for sys/videoio.h - not found | |
| -- Found PythonInterp: /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2 (found suitable version "2.7.10", minimum required is "2.0") | |
| -- Found PythonLibs: /System/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib (found suitable exact version "2.7.10") | |
| /usr/local/Library/ENV/4.3/ant: line 5: /usr/local/Cellar/ant/1.9.6/bin/ant: No such file or directory | |
| /usr/local/Library/ENV/4.3/ant: line 5: exec: /usr/local/Cellar/ant/1.9.6/bin/ant: cannot execute: No such file or directory | |
| -- Found JNI: /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/libjawt.dylib | |
| -- Performing Test HAVE_CXX_WNO_UNDEF | |
| -- Performing Test HAVE_CXX_WNO_UNDEF - Success | |
| -- Performing Test HAVE_CXX_WNO_SHADOW | |
| -- Performing Test HAVE_CXX_WNO_SHADOW - Success | |
| -- Assume that non-module dependency is available: -framework OpenCL (for module opencv_ocl) | |
| -- Performing Test HAVE_OBJCXX_FOBJC_EXCEPTIONS | |
| -- Performing Test HAVE_OBJCXX_FOBJC_EXCEPTIONS - Success | |
| -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS | |
| -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success | |
| -- Performing Test HAVE_CXX_WNO_CLOBBERED | |
| -- Performing Test HAVE_CXX_WNO_CLOBBERED - Success | |
| -- | |
| -- General configuration for OpenCV 2.4.12 ===================================== | |
| -- Version control: unknown | |
| -- | |
| -- Platform: | |
| -- Host: Darwin 15.0.0 x86_64 | |
| -- CMake: 3.3.1 | |
| -- CMake generator: Unix Makefiles | |
| -- CMake build tool: /usr/local/Library/ENV/4.3/gmake | |
| -- Configuration: Release | |
| -- | |
| -- C/C++: | |
| -- Built as dynamic libs?: YES | |
| -- C++ Compiler: /usr/local/Library/ENV/4.3/clang++ (ver 6.1.0.6020053) | |
| -- C++ flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG | |
| -- C++ flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -g -O0 -DDEBUG -D_DEBUG | |
| -- C Compiler: /usr/local/Library/ENV/4.3/clang | |
| -- C flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG | |
| -- C flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -g -O0 -DDEBUG -D_DEBUG | |
| -- Linker flags (Release): | |
| -- Linker flags (Debug): | |
| -- Precompiled headers: NO | |
| -- | |
| -- OpenCV modules: | |
| -- To be built: core flann imgproc highgui features2d calib3d ml video legacy objdetect photo gpu ocl nonfree contrib python stitching superres ts videostab | |
| -- Disabled: world | |
| -- Disabled by dependency: - | |
| -- Unavailable: androidcamera dynamicuda java viz | |
| -- | |
| -- GUI: | |
| -- QT: NO | |
| -- Cocoa: YES | |
| -- OpenGL support: NO | |
| -- VTK support: NO | |
| -- | |
| -- Media I/O: | |
| -- ZLib: /usr/lib/libz.dylib (ver 1.2.5) | |
| -- JPEG: /usr/local/opt/jpeg/lib/libjpeg.dylib (ver 80) | |
| -- PNG: /usr/local/lib/libpng.dylib (ver 1.6.18) | |
| -- TIFF: /usr/local/lib/libtiff.dylib (ver 42 - 4.0.4) | |
| -- JPEG 2000: NO | |
| -- OpenEXR: /usr/local/lib/libImath.dylib /usr/local/lib/libIlmImf.dylib /usr/local/lib/libIex.dylib /usr/local/lib/libHalf.dylib /usr/local/lib/libIlmThread.dylib (ver 2.2.0) | |
| -- | |
| -- Video I/O: | |
| -- DC1394 1.x: NO | |
| -- DC1394 2.x: NO | |
| -- FFMPEG: NO | |
| -- codec: NO | |
| -- format: NO | |
| -- util: NO | |
| -- swscale: NO | |
| -- resample: NO | |
| -- gentoo-style: NO | |
| -- GStreamer: NO | |
| -- OpenNI: NO | |
| -- OpenNI PrimeSensor Modules: NO | |
| -- PvAPI: NO | |
| -- GigEVisionSDK: NO | |
| -- QuickTime: NO | |
| -- QTKit: YES | |
| -- V4L/V4L2: NO/NO | |
| -- XIMEA: NO | |
| -- | |
| -- Other third-party libraries: | |
| -- Use IPP: NO | |
| -- Use Eigen: YES (ver 3.2.5) | |
| -- Use TBB: NO | |
| -- Use OpenMP: NO | |
| -- Use GCD YES | |
| -- Use Concurrency NO | |
| -- Use C=: NO | |
| -- Use Cuda: NO | |
| -- Use OpenCL: YES | |
| -- | |
| -- OpenCL: | |
| -- Version: static | |
| -- libraries: -framework OpenCL | |
| -- Use AMD FFT: NO | |
| -- Use AMD BLAS: NO | |
| -- | |
| -- Python: | |
| -- Interpreter: /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2 (ver 2.7.10) | |
| -- Libraries: /System/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib (ver 2.7.10) | |
| -- numpy: /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include (ver 1.8.0rc1) | |
| -- packages path: lib/python2.7/site-packages | |
| -- | |
| -- Java: | |
| -- ant: NO | |
| -- JNI: /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include/darwin /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include | |
| -- Java tests: NO | |
| -- | |
| -- Documentation: | |
| -- Build Documentation: NO | |
| -- Sphinx: NO | |
| -- PdfLaTeX compiler: NO | |
| -- Doxygen: NO | |
| -- | |
| -- Tests and samples: | |
| -- Tests: YES | |
| -- Performance tests: YES | |
| -- C/C++ Examples: NO | |
| -- | |
| -- Install path: /usr/local/Cellar/opencv/2.4.12 | |
| -- | |
| -- cvconfig.h is in: /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild | |
| -- ----------------------------------------------------------------- | |
| -- | |
| -- Configuring done | |
| -- Generating done | |
| -- Build files have been written to: /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| clang++ called with: CMakeCXXCompilerId.cpp | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang++ CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: CMakeCCompilerId.c | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -o CMakeFiles/cmTC_95e92.dir/testCXXCompiler.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/testCXXCompiler.cxx | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_95e92.dir/testCXXCompiler.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_95e92.dir/testCXXCompiler.cxx.o -o cmTC_95e92 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_95e92.dir/testCXXCompiler.cxx.o -o cmTC_95e92 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -o CMakeFiles/cmTC_76d7d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_76d7d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_76d7d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_76d7d | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_76d7d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_76d7d -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -std=c++1y -o CMakeFiles/cmTC_9d3fa.dir/feature_tests.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/feature_tests.cxx | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -std=c++1y -o CMakeFiles/cmTC_9d3fa.dir/feature_tests.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d3fa.dir/feature_tests.cxx.o -o cmTC_9d3fa | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9d3fa.dir/feature_tests.cxx.o -o cmTC_9d3fa -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -std=c++11 -o CMakeFiles/cmTC_4ab0b.dir/feature_tests.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/feature_tests.cxx | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -o CMakeFiles/cmTC_4ab0b.dir/feature_tests.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4ab0b.dir/feature_tests.cxx.o -o cmTC_4ab0b | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4ab0b.dir/feature_tests.cxx.o -o cmTC_4ab0b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -std=c++98 -o CMakeFiles/cmTC_6796c.dir/feature_tests.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/feature_tests.cxx | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -std=c++98 -o CMakeFiles/cmTC_6796c.dir/feature_tests.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6796c.dir/feature_tests.cxx.o -o cmTC_6796c | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6796c.dir/feature_tests.cxx.o -o cmTC_6796c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o CMakeFiles/cmTC_35be7.dir/testCCompiler.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/testCCompiler.c | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_35be7.dir/testCCompiler.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_35be7.dir/testCCompiler.c.o -o cmTC_35be7 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_35be7.dir/testCCompiler.c.o -o cmTC_35be7 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -o CMakeFiles/cmTC_42594.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.1/share/cmake/Modules/CMakeCCompilerABI.c | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_42594.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.1/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_42594.dir/CMakeCCompilerABI.c.o -o cmTC_42594 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_42594.dir/CMakeCCompilerABI.c.o -o cmTC_42594 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -std=c11 -o CMakeFiles/cmTC_de462.dir/feature_tests.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/feature_tests.c | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -std=c11 -o CMakeFiles/cmTC_de462.dir/feature_tests.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_de462.dir/feature_tests.c.o -o cmTC_de462 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_de462.dir/feature_tests.c.o -o cmTC_de462 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -std=c99 -o CMakeFiles/cmTC_b0fec.dir/feature_tests.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/feature_tests.c | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -std=c99 -o CMakeFiles/cmTC_b0fec.dir/feature_tests.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b0fec.dir/feature_tests.c.o -o cmTC_b0fec | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b0fec.dir/feature_tests.c.o -o cmTC_b0fec -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -std=c90 -o CMakeFiles/cmTC_fa899.dir/feature_tests.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/feature_tests.c | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -std=c90 -o CMakeFiles/cmTC_fa899.dir/feature_tests.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fa899.dir/feature_tests.c.o -o cmTC_fa899 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fa899.dir/feature_tests.c.o -o cmTC_fa899 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -v | |
| superenv executed: clang++ -v | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_3c005.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_3c005.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3c005.dir/src.cxx.o -o cmTC_3c005 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3c005.dir/src.cxx.o -o cmTC_3c005 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_a1718.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_a1718.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a1718.dir/src.c.o -o cmTC_a1718 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a1718.dir/src.c.o -o cmTC_a1718 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -o CMakeFiles/cmTC_4f578.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_4f578.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4f578.dir/src.cxx.o -o cmTC_4f578 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4f578.dir/src.cxx.o -o cmTC_4f578 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -o CMakeFiles/cmTC_a0ee3.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_a0ee3.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a0ee3.dir/src.c.o -o cmTC_a0ee3 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a0ee3.dir/src.c.o -o cmTC_a0ee3 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -o CMakeFiles/cmTC_8b882.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_8b882.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8b882.dir/src.cxx.o -o cmTC_8b882 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8b882.dir/src.cxx.o -o cmTC_8b882 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -o CMakeFiles/cmTC_21b67.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_21b67.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21b67.dir/src.c.o -o cmTC_21b67 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21b67.dir/src.c.o -o cmTC_21b67 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -o CMakeFiles/cmTC_fe948.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_fe948.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fe948.dir/src.cxx.o -o cmTC_fe948 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fe948.dir/src.cxx.o -o cmTC_fe948 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -o CMakeFiles/cmTC_6a292.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_6a292.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6a292.dir/src.c.o -o cmTC_6a292 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6a292.dir/src.c.o -o cmTC_6a292 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -o CMakeFiles/cmTC_20138.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_20138.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_20138.dir/src.cxx.o -o cmTC_20138 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_20138.dir/src.cxx.o -o cmTC_20138 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -o CMakeFiles/cmTC_bb882.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_bb882.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bb882.dir/src.c.o -o cmTC_bb882 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bb882.dir/src.c.o -o cmTC_bb882 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -o CMakeFiles/cmTC_45444.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_45444.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_45444.dir/src.cxx.o -o cmTC_45444 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_45444.dir/src.cxx.o -o cmTC_45444 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -o CMakeFiles/cmTC_efbac.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_efbac.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_efbac.dir/src.c.o -o cmTC_efbac | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_efbac.dir/src.c.o -o cmTC_efbac -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -o CMakeFiles/cmTC_9dbe7.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_9dbe7.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9dbe7.dir/src.cxx.o -o cmTC_9dbe7 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9dbe7.dir/src.cxx.o -o cmTC_9dbe7 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -o CMakeFiles/cmTC_b33d7.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_b33d7.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b33d7.dir/src.c.o -o cmTC_b33d7 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b33d7.dir/src.c.o -o cmTC_b33d7 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Wformat -Werror=format-security -o CMakeFiles/cmTC_da3df.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Wformat -Werror=format-security | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_da3df.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da3df.dir/src.cxx.o -o cmTC_da3df | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_da3df.dir/src.cxx.o -o cmTC_da3df -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Wformat -Werror=format-security -o CMakeFiles/cmTC_5b5a6.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Wformat -Werror=format-security | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_5b5a6.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5b5a6.dir/src.c.o -o cmTC_5b5a6 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5b5a6.dir/src.c.o -o cmTC_5b5a6 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -o CMakeFiles/cmTC_0c02f.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_0c02f.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0c02f.dir/src.cxx.o -o cmTC_0c02f | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0c02f.dir/src.cxx.o -o cmTC_0c02f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -o CMakeFiles/cmTC_a74f0.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_a74f0.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a74f0.dir/src.c.o -o cmTC_a74f0 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a74f0.dir/src.c.o -o cmTC_a74f0 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -o CMakeFiles/cmTC_a65fe.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_a65fe.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a65fe.dir/src.cxx.o -o cmTC_a65fe | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a65fe.dir/src.cxx.o -o cmTC_a65fe -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -o CMakeFiles/cmTC_f662b.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_f662b.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f662b.dir/src.c.o -o cmTC_f662b | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f662b.dir/src.c.o -o cmTC_f662b -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/cmTC_175a9.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_175a9.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_175a9.dir/src.cxx.o -o cmTC_175a9 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_175a9.dir/src.cxx.o -o cmTC_175a9 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -o CMakeFiles/cmTC_6d8d9.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_6d8d9.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6d8d9.dir/src.c.o -o cmTC_6d8d9 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6d8d9.dir/src.c.o -o cmTC_6d8d9 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -o CMakeFiles/cmTC_f56b0.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_f56b0.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f56b0.dir/src.cxx.o -o cmTC_f56b0 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f56b0.dir/src.cxx.o -o cmTC_f56b0 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -o CMakeFiles/cmTC_652c6.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_652c6.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_652c6.dir/src.c.o -o cmTC_652c6 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_652c6.dir/src.c.o -o cmTC_652c6 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -o CMakeFiles/cmTC_eadb0.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_eadb0.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_eadb0.dir/src.cxx.o -o cmTC_eadb0 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_eadb0.dir/src.cxx.o -o cmTC_eadb0 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -o CMakeFiles/cmTC_6ec01.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_6ec01.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6ec01.dir/src.c.o -o cmTC_6ec01 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6ec01.dir/src.c.o -o cmTC_6ec01 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -o CMakeFiles/cmTC_f1722.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_f1722.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f1722.dir/src.cxx.o -o cmTC_f1722 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f1722.dir/src.cxx.o -o cmTC_f1722 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -o CMakeFiles/cmTC_6d2d9.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_6d2d9.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6d2d9.dir/src.c.o -o cmTC_6d2d9 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6d2d9.dir/src.c.o -o cmTC_6d2d9 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -o CMakeFiles/cmTC_4a4a1.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_4a4a1.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4a4a1.dir/src.cxx.o -o cmTC_4a4a1 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4a4a1.dir/src.cxx.o -o cmTC_4a4a1 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -o CMakeFiles/cmTC_4c674.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_4c674.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4c674.dir/src.c.o -o cmTC_4c674 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4c674.dir/src.c.o -o cmTC_4c674 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -o CMakeFiles/cmTC_9e9d9.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_9e9d9.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9e9d9.dir/src.cxx.o -o cmTC_9e9d9 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9e9d9.dir/src.cxx.o -o cmTC_9e9d9 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -o CMakeFiles/cmTC_893c9.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -o CMakeFiles/cmTC_893c9.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_893c9.dir/src.c.o -o cmTC_893c9 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_893c9.dir/src.c.o -o cmTC_893c9 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -o CMakeFiles/cmTC_bfe1a.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -o CMakeFiles/cmTC_bfe1a.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bfe1a.dir/src.cxx.o -o cmTC_bfe1a | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bfe1a.dir/src.cxx.o -o cmTC_bfe1a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -o CMakeFiles/cmTC_15857.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -o CMakeFiles/cmTC_15857.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_15857.dir/src.c.o -o cmTC_15857 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_15857.dir/src.c.o -o cmTC_15857 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -o CMakeFiles/cmTC_00bf4.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -o CMakeFiles/cmTC_00bf4.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_00bf4.dir/src.cxx.o -o cmTC_00bf4 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_00bf4.dir/src.cxx.o -o cmTC_00bf4 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -o CMakeFiles/cmTC_f1de7.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -o CMakeFiles/cmTC_f1de7.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f1de7.dir/src.c.o -o cmTC_f1de7 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f1de7.dir/src.c.o -o cmTC_f1de7 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -o CMakeFiles/cmTC_044dc.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -o CMakeFiles/cmTC_044dc.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_044dc.dir/src.cxx.o -o cmTC_044dc | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_044dc.dir/src.cxx.o -o cmTC_044dc -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -o CMakeFiles/cmTC_059a2.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -o CMakeFiles/cmTC_059a2.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_059a2.dir/src.c.o -o cmTC_059a2 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_059a2.dir/src.c.o -o cmTC_059a2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -o CMakeFiles/cmTC_fc260.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -o CMakeFiles/cmTC_fc260.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fc260.dir/src.cxx.o -o cmTC_fc260 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fc260.dir/src.cxx.o -o cmTC_fc260 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -o CMakeFiles/cmTC_50110.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -o CMakeFiles/cmTC_50110.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_50110.dir/src.c.o -o cmTC_50110 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_50110.dir/src.c.o -o cmTC_50110 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -o CMakeFiles/cmTC_a27da.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -o CMakeFiles/cmTC_a27da.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a27da.dir/src.cxx.o -o cmTC_a27da | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a27da.dir/src.cxx.o -o cmTC_a27da -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -o CMakeFiles/cmTC_83bed.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -o CMakeFiles/cmTC_83bed.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_83bed.dir/src.c.o -o cmTC_83bed | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_83bed.dir/src.c.o -o cmTC_83bed -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -o CMakeFiles/cmTC_c352f.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -o CMakeFiles/cmTC_c352f.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c352f.dir/src.cxx.o -o cmTC_c352f | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c352f.dir/src.cxx.o -o cmTC_c352f -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -o CMakeFiles/cmTC_b918e.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -o CMakeFiles/cmTC_b918e.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b918e.dir/src.c.o -o cmTC_b918e | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b918e.dir/src.c.o -o cmTC_b918e -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -o CMakeFiles/cmTC_94895.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -o CMakeFiles/cmTC_94895.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_94895.dir/src.cxx.o -o cmTC_94895 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_94895.dir/src.cxx.o -o cmTC_94895 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -o CMakeFiles/cmTC_127ad.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -o CMakeFiles/cmTC_127ad.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_127ad.dir/src.c.o -o cmTC_127ad | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_127ad.dir/src.c.o -o cmTC_127ad -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -o CMakeFiles/cmTC_fa960.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -o CMakeFiles/cmTC_fa960.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fa960.dir/src.cxx.o -o cmTC_fa960 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fa960.dir/src.cxx.o -o cmTC_fa960 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -o CMakeFiles/cmTC_6b8b0.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -o CMakeFiles/cmTC_6b8b0.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6b8b0.dir/src.c.o -o cmTC_6b8b0 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6b8b0.dir/src.c.o -o cmTC_6b8b0 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -o CMakeFiles/cmTC_b4a95.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -o CMakeFiles/cmTC_b4a95.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b4a95.dir/src.cxx.o -o cmTC_b4a95 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b4a95.dir/src.cxx.o -o cmTC_b4a95 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -o CMakeFiles/cmTC_4d746.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -o CMakeFiles/cmTC_4d746.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4d746.dir/src.c.o -o cmTC_4d746 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_4d746.dir/src.c.o -o cmTC_4d746 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -o CMakeFiles/cmTC_f3c0d.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -o CMakeFiles/cmTC_f3c0d.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3c0d.dir/src.cxx.o -o cmTC_f3c0d | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f3c0d.dir/src.cxx.o -o cmTC_f3c0d -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -o CMakeFiles/cmTC_9c036.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -o CMakeFiles/cmTC_9c036.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9c036.dir/src.c.o -o cmTC_9c036 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9c036.dir/src.c.o -o cmTC_9c036 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -o CMakeFiles/cmTC_3e77e.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -o CMakeFiles/cmTC_3e77e.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3e77e.dir/src.cxx.o -o cmTC_3e77e | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3e77e.dir/src.cxx.o -o cmTC_3e77e -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -o CMakeFiles/cmTC_42d9c.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -o CMakeFiles/cmTC_42d9c.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_42d9c.dir/src.c.o -o cmTC_42d9c | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_42d9c.dir/src.c.o -o cmTC_42d9c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -o CMakeFiles/cmTC_60f20.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -o CMakeFiles/cmTC_60f20.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_60f20.dir/src.cxx.o -o cmTC_60f20 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_60f20.dir/src.cxx.o -o cmTC_60f20 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -O3 -DNDEBUG -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -o CMakeFiles/cmTC_1dc05.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c | |
| superenv removed: -O3 -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -o CMakeFiles/cmTC_1dc05.dir/src.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1dc05.dir/src.c.o -o cmTC_1dc05 | |
| superenv removed: -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1dc05.dir/src.c.o -o cmTC_1dc05 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -dumpversion | |
| superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| superenv executed: clang++ -dumpversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -o CMakeFiles/cmTC_2bef7.dir/CheckIncludeFile.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -o CMakeFiles/cmTC_2bef7.dir/CheckIncludeFile.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2bef7.dir/CheckIncludeFile.c.o -o cmTC_2bef7 | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2bef7.dir/CheckIncludeFile.c.o -o cmTC_2bef7 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -o CMakeFiles/cmTC_68354.dir/CheckIncludeFile.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -o CMakeFiles/cmTC_68354.dir/CheckIncludeFile.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_68354.dir/CheckIncludeFile.c.o -o cmTC_68354 | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_68354.dir/CheckIncludeFile.c.o -o cmTC_68354 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -o CMakeFiles/cmTC_aa178.dir/CheckIncludeFile.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -o CMakeFiles/cmTC_aa178.dir/CheckIncludeFile.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aa178.dir/CheckIncludeFile.c.o -o cmTC_aa178 | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aa178.dir/CheckIncludeFile.c.o -o cmTC_aa178 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -o CMakeFiles/cmTC_37fac.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -o CMakeFiles/cmTC_37fac.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_37fac.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_37fac | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_37fac.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_37fac -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -o CMakeFiles/cmTC_2a6db.dir/TestEndianess.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/TestEndianess.c | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -o CMakeFiles/cmTC_2a6db.dir/TestEndianess.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/TestEndianess.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2a6db.dir/TestEndianess.c.o -o cmTC_2a6db | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2a6db.dir/TestEndianess.c.o -o cmTC_2a6db -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -o CMakeFiles/cmTC_71219.dir/CheckIncludeFile.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -o CMakeFiles/cmTC_71219.dir/CheckIncludeFile.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -o CMakeFiles/cmTC_c1a3e.dir/CheckIncludeFile.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -o CMakeFiles/cmTC_c1a3e.dir/CheckIncludeFile.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -o CMakeFiles/cmTC_89b00.dir/CheckIncludeFile.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -o CMakeFiles/cmTC_89b00.dir/CheckIncludeFile.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -o CMakeFiles/cmTC_1ac5e.dir/CheckIncludeFile.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -o CMakeFiles/cmTC_1ac5e.dir/CheckIncludeFile.c.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -Wno-undef -o CMakeFiles/cmTC_43342.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -Wno-undef -o CMakeFiles/cmTC_43342.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_43342.dir/src.cxx.o -o cmTC_43342 | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_43342.dir/src.cxx.o -o cmTC_43342 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Winit-self -Wpointer-arith -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-undef -O3 -DNDEBUG -Wno-shadow -o CMakeFiles/cmTC_f0152.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Winit-self -Wpointer-arith -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-undef -DNDEBUG -Wno-shadow -o CMakeFiles/cmTC_f0152.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Winit-self -Wpointer-arith -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-undef -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f0152.dir/src.cxx.o -o cmTC_f0152 | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Winit-self -Wpointer-arith -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-undef -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f0152.dir/src.cxx.o -o cmTC_f0152 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -fobjc-exceptions -o CMakeFiles/cmTC_93621.dir/src.mm.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.mm | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fobjc-exceptions -o CMakeFiles/cmTC_93621.dir/src.mm.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.mm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_93621.dir/src.mm.o -o cmTC_93621 | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_93621.dir/src.mm.o -o cmTC_93621 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -Wno-deprecated-declarations -o CMakeFiles/cmTC_33a7e.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -Wno-deprecated-declarations -o CMakeFiles/cmTC_33a7e.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33a7e.dir/src.cxx.o -o cmTC_33a7e | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_33a7e.dir/src.cxx.o -o cmTC_33a7e -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -O3 -DNDEBUG -Wno-clobbered -o CMakeFiles/cmTC_5849c.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -DNDEBUG -Wno-clobbered -o CMakeFiles/cmTC_5849c.dir/src.cxx.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/CMakeTmp/src.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5849c.dir/src.cxx.o -o cmTC_5849c | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -O3 | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5849c.dir/src.cxx.o -o cmTC_5849c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015-08-30 18:59:17 +0200 | |
| make | |
| /usr/local/Cellar/cmake/3.3.1/bin/cmake -H/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12 -B/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild --check-build-system CMakeFiles/Makefile.cmake 0 | |
| /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_progress_start /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/CMakeFiles/progress.marks | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f modules/core/CMakeFiles/opencv_core.dir/build.make modules/core/CMakeFiles/opencv_core.dir/depend | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12 /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core/CMakeFiles/opencv_core.dir/DependInfo.cmake --color= | |
| Scanning dependencies of target opencv_core | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f modules/core/CMakeFiles/opencv_core.dir/build.make modules/core/CMakeFiles/opencv_core.dir/build | |
| [ 1%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.o | |
| [ 0%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/alloc.cpp.o | |
| [ 0%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/arithm.cpp.o | |
| [ 1%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/array.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/array.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/array.cpp | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/arithm.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/arithm.cpp | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/alloc.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/alloc.cpp | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/algorithm.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/algorithm.cpp | |
| [ 1%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cmdparser.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/cmdparser.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/cmdparser.cpp | |
| [ 1%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/convert.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/convert.cpp | |
| [ 1%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/copy.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/copy.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/copy.cpp | |
| [ 1%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/datastructs.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/datastructs.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/datastructs.cpp | |
| [ 1%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/drawing.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/drawing.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/drawing.cpp | |
| [ 1%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/dxt.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/dxt.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/dxt.cpp | |
| [ 1%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/gl_core_3_1.cpp | |
| [ 2%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/glob.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/glob.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/glob.cpp | |
| [ 2%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/gpumat.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/gpumat.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/gpumat.cpp | |
| [ 2%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lapack.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/lapack.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/lapack.cpp | |
| [ 2%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/mathfuncs.cpp | |
| [ 2%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matmul.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/matmul.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/matmul.cpp | |
| [ 2%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matop.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/matop.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/matop.cpp | |
| [ 2%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/matrix.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/matrix.cpp | |
| [ 2%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opengl_interop.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/opengl_interop.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/opengl_interop.cpp | |
| [ 3%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opengl_interop_deprecated.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/opengl_interop_deprecated.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/opengl_interop_deprecated.cpp | |
| [ 3%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/out.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/out.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/out.cpp | |
| [ 3%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/parallel.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/parallel.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/parallel.cpp | |
| [ 3%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/persistence.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/persistence.cpp | |
| [ 3%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/rand.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/rand.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/rand.cpp | |
| [ 3%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/stat.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/stat.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/stat.cpp | |
| [ 3%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/system.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/system.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/system.cpp | |
| [ 4%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/tables.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/tables.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/tables.cpp | |
| [ 4%] Linking CXX shared library ../../lib/libopencv_core.dylib | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/opencv_core.dir/link.txt --verbose=1 | |
| /usr/local/Library/ENV/4.3/clang++ -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_core.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_core.2.4.dylib CMakeFiles/opencv_core.dir/src/algorithm.cpp.o CMakeFiles/opencv_core.dir/src/alloc.cpp.o CMakeFiles/opencv_core.dir/src/arithm.cpp.o CMakeFiles/opencv_core.dir/src/array.cpp.o CMakeFiles/opencv_core.dir/src/cmdparser.cpp.o CMakeFiles/opencv_core.dir/src/convert.cpp.o CMakeFiles/opencv_core.dir/src/copy.cpp.o CMakeFiles/opencv_core.dir/src/datastructs.cpp.o CMakeFiles/opencv_core.dir/src/drawing.cpp.o CMakeFiles/opencv_core.dir/src/dxt.cpp.o CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o CMakeFiles/opencv_core.dir/src/glob.cpp.o CMakeFiles/opencv_core.dir/src/gpumat.cpp.o CMakeFiles/opencv_core.dir/src/lapack.cpp.o CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o CMakeFiles/opencv_core.dir/src/matmul.cpp.o CMakeFiles/opencv_core.dir/src/matop.cpp.o CMakeFiles/opencv_core.dir/src/matrix.cpp.o CMakeFiles/opencv_core.dir/src/opengl_interop.cpp.o CMakeFiles/opencv_core.dir/src/opengl_interop_deprecated.cpp.o CMakeFiles/opencv_core.dir/src/out.cpp.o CMakeFiles/opencv_core.dir/src/parallel.cpp.o CMakeFiles/opencv_core.dir/src/persistence.cpp.o CMakeFiles/opencv_core.dir/src/rand.cpp.o CMakeFiles/opencv_core.dir/src/stat.cpp.o CMakeFiles/opencv_core.dir/src/system.cpp.o CMakeFiles/opencv_core.dir/src/tables.cpp.o /usr/lib/libz.dylib | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_symlink_library ../../lib/libopencv_core.2.4.12.dylib ../../lib/libopencv_core.2.4.dylib ../../lib/libopencv_core.dylib | |
| [ 4%] Built target opencv_core | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f modules/imgproc/CMakeFiles/opencv_imgproc.dir/build.make modules/imgproc/CMakeFiles/opencv_imgproc.dir/depend | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f modules/flann/CMakeFiles/opencv_flann.dir/build.make modules/flann/CMakeFiles/opencv_flann.dir/depend | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f modules/ml/CMakeFiles/opencv_ml.dir/build.make modules/ml/CMakeFiles/opencv_ml.dir/depend | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12 /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/flann /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/flann/CMakeFiles/opencv_flann.dir/DependInfo.cmake --color= | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12 /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml/CMakeFiles/opencv_ml.dir/DependInfo.cmake --color= | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12 /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc/CMakeFiles/opencv_imgproc.dir/DependInfo.cmake --color= | |
| Scanning dependencies of target opencv_flann | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f modules/flann/CMakeFiles/opencv_flann.dir/build.make modules/flann/CMakeFiles/opencv_flann.dir/build | |
| [ 4%] Building CXX object modules/flann/CMakeFiles/opencv_flann.dir/src/flann.cpp.o | |
| [ 5%] Building CXX object modules/flann/CMakeFiles/opencv_flann.dir/src/miniflann.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/flann && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/flann -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_flann.dir/src/flann.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/src/flann.cpp | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/flann && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/flann -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_flann.dir/src/miniflann.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/src/miniflann.cpp | |
| Scanning dependencies of target opencv_ml | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f modules/ml/CMakeFiles/opencv_ml.dir/build.make modules/ml/CMakeFiles/opencv_ml.dir/build | |
| [ 5%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/ann_mlp.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/ann_mlp.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/ann_mlp.cpp | |
| Scanning dependencies of target opencv_imgproc | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f modules/imgproc/CMakeFiles/opencv_imgproc.dir/build.make modules/imgproc/CMakeFiles/opencv_imgproc.dir/build | |
| [ 5%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/accum.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/accum.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/accum.cpp | |
| [ 5%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/boost.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/boost.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/boost.cpp | |
| [ 6%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/approx.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/approx.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/approx.cpp | |
| [ 6%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/cnn.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/cnn.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/cnn.cpp | |
| [ 6%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/avx/imgwarp_avx.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -mavx -o CMakeFiles/opencv_imgproc.dir/src/avx/imgwarp_avx.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/avx/imgwarp_avx.cpp | |
| [ 6%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/avx2/imgwarp_avx2.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/avx2/imgwarp_avx2.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/avx2/imgwarp_avx2.cpp | |
| [ 6%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/data.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/data.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/data.cpp | |
| [ 7%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/em.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/em.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/em.cpp | |
| [ 7%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/canny.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/canny.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/canny.cpp | |
| [ 7%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/clahe.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/clahe.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/clahe.cpp | |
| [ 7%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/ertrees.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/ertrees.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/ertrees.cpp | |
| [ 7%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/color.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/color.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/color.cpp | |
| [ 7%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/contours.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/contours.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/contours.cpp | |
| [ 7%] Linking CXX shared library ../../lib/libopencv_flann.dylib | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/flann && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/opencv_flann.dir/link.txt --verbose=1 | |
| /usr/local/Library/ENV/4.3/clang++ -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_flann.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_flann.2.4.dylib CMakeFiles/opencv_flann.dir/src/flann.cpp.o CMakeFiles/opencv_flann.dir/src/miniflann.cpp.o ../../lib/libopencv_core.2.4.12.dylib | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/flann && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_symlink_library ../../lib/libopencv_flann.2.4.12.dylib ../../lib/libopencv_flann.2.4.dylib ../../lib/libopencv_flann.dylib | |
| [ 7%] Built target opencv_flann | |
| [ 7%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/estimate.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/estimate.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/estimate.cpp | |
| [ 8%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/convhull.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/convhull.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/convhull.cpp | |
| [ 8%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/gbt.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/gbt.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/gbt.cpp | |
| [ 8%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/inner_functions.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/inner_functions.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/inner_functions.cpp | |
| [ 8%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/knearest.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/knearest.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/knearest.cpp | |
| [ 8%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/corner.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/corner.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/corner.cpp | |
| [ 8%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/cornersubpix.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/cornersubpix.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/cornersubpix.cpp | |
| [ 8%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/ml_init.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/ml_init.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/ml_init.cpp | |
| [ 8%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/deriv.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/deriv.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/deriv.cpp | |
| [ 8%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/nbayes.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/nbayes.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/nbayes.cpp | |
| [ 9%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/rtrees.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/rtrees.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/rtrees.cpp | |
| [ 9%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/svm.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/svm.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/svm.cpp | |
| [ 9%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/distransform.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/distransform.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/distransform.cpp | |
| [ 9%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/emd.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/emd.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/emd.cpp | |
| [ 9%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/featureselect.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/featureselect.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/featureselect.cpp | |
| [ 9%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/testset.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/testset.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/testset.cpp | |
| [ 9%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/filter.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/filter.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/filter.cpp | |
| [ 10%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/floodfill.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/floodfill.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/floodfill.cpp | |
| [ 10%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/gabor.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/gabor.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/gabor.cpp | |
| [ 10%] Building CXX object modules/ml/CMakeFiles/opencv_ml.dir/src/tree.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/tree.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/tree.cpp | |
| [ 10%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/generalized_hough.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/generalized_hough.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/generalized_hough.cpp | |
| [ 10%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/geometry.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/geometry.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/geometry.cpp | |
| [ 10%] Linking CXX shared library ../../lib/libopencv_ml.dylib | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/opencv_ml.dir/link.txt --verbose=1 | |
| /usr/local/Library/ENV/4.3/clang++ -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_ml.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_ml.2.4.dylib CMakeFiles/opencv_ml.dir/src/ann_mlp.cpp.o CMakeFiles/opencv_ml.dir/src/boost.cpp.o CMakeFiles/opencv_ml.dir/src/cnn.cpp.o CMakeFiles/opencv_ml.dir/src/data.cpp.o CMakeFiles/opencv_ml.dir/src/em.cpp.o CMakeFiles/opencv_ml.dir/src/ertrees.cpp.o CMakeFiles/opencv_ml.dir/src/estimate.cpp.o CMakeFiles/opencv_ml.dir/src/gbt.cpp.o CMakeFiles/opencv_ml.dir/src/inner_functions.cpp.o CMakeFiles/opencv_ml.dir/src/knearest.cpp.o CMakeFiles/opencv_ml.dir/src/ml_init.cpp.o CMakeFiles/opencv_ml.dir/src/nbayes.cpp.o CMakeFiles/opencv_ml.dir/src/rtrees.cpp.o CMakeFiles/opencv_ml.dir/src/svm.cpp.o CMakeFiles/opencv_ml.dir/src/testset.cpp.o CMakeFiles/opencv_ml.dir/src/tree.cpp.o ../../lib/libopencv_core.2.4.12.dylib | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_symlink_library ../../lib/libopencv_ml.2.4.12.dylib ../../lib/libopencv_ml.2.4.dylib ../../lib/libopencv_ml.dylib | |
| [ 10%] Built target opencv_ml | |
| [ 10%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/grabcut.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/grabcut.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/grabcut.cpp | |
| [ 10%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/histogram.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/histogram.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/histogram.cpp | |
| [ 10%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/hough.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/hough.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/hough.cpp | |
| [ 10%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/imgwarp.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/imgwarp.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/imgwarp.cpp | |
| [ 11%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/linefit.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/linefit.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/linefit.cpp | |
| [ 11%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/matchcontours.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/matchcontours.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/matchcontours.cpp | |
| [ 11%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/moments.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/moments.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/moments.cpp | |
| [ 11%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/morph.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/morph.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/morph.cpp | |
| [ 11%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/phasecorr.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/phasecorr.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/phasecorr.cpp | |
| [ 11%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/pyramids.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/pyramids.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/pyramids.cpp | |
| [ 11%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/rotcalipers.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/rotcalipers.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/rotcalipers.cpp | |
| [ 11%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/samplers.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/samplers.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/samplers.cpp | |
| [ 12%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/segmentation.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/segmentation.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/segmentation.cpp | |
| [ 12%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/shapedescr.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/shapedescr.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/shapedescr.cpp | |
| [ 12%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/smooth.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/smooth.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/smooth.cpp | |
| [ 12%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/subdivision2d.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/subdivision2d.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/subdivision2d.cpp | |
| [ 12%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/tables.cpp.o | |
| [ 12%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/sumpixels.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/tables.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/tables.cpp | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/sumpixels.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/sumpixels.cpp | |
| [ 12%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/templmatch.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/templmatch.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/templmatch.cpp | |
| [ 12%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/thresh.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/thresh.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/thresh.cpp | |
| [ 13%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/undistort.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/undistort.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/undistort.cpp | |
| [ 13%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/utils.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/utils.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/utils.cpp | |
| [ 13%] Linking CXX shared library ../../lib/libopencv_imgproc.dylib | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/opencv_imgproc.dir/link.txt --verbose=1 | |
| /usr/local/Library/ENV/4.3/clang++ -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_imgproc.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_imgproc.2.4.dylib CMakeFiles/opencv_imgproc.dir/src/accum.cpp.o CMakeFiles/opencv_imgproc.dir/src/approx.cpp.o CMakeFiles/opencv_imgproc.dir/src/avx/imgwarp_avx.cpp.o CMakeFiles/opencv_imgproc.dir/src/avx2/imgwarp_avx2.cpp.o CMakeFiles/opencv_imgproc.dir/src/canny.cpp.o CMakeFiles/opencv_imgproc.dir/src/clahe.cpp.o CMakeFiles/opencv_imgproc.dir/src/color.cpp.o CMakeFiles/opencv_imgproc.dir/src/contours.cpp.o CMakeFiles/opencv_imgproc.dir/src/convhull.cpp.o CMakeFiles/opencv_imgproc.dir/src/corner.cpp.o CMakeFiles/opencv_imgproc.dir/src/cornersubpix.cpp.o CMakeFiles/opencv_imgproc.dir/src/deriv.cpp.o CMakeFiles/opencv_imgproc.dir/src/distransform.cpp.o CMakeFiles/opencv_imgproc.dir/src/emd.cpp.o CMakeFiles/opencv_imgproc.dir/src/featureselect.cpp.o CMakeFiles/opencv_imgproc.dir/src/filter.cpp.o CMakeFiles/opencv_imgproc.dir/src/floodfill.cpp.o CMakeFiles/opencv_imgproc.dir/src/gabor.cpp.o CMakeFiles/opencv_imgproc.dir/src/generalized_hough.cpp.o CMakeFiles/opencv_imgproc.dir/src/geometry.cpp.o CMakeFiles/opencv_imgproc.dir/src/grabcut.cpp.o CMakeFiles/opencv_imgproc.dir/src/histogram.cpp.o CMakeFiles/opencv_imgproc.dir/src/hough.cpp.o CMakeFiles/opencv_imgproc.dir/src/imgwarp.cpp.o CMakeFiles/opencv_imgproc.dir/src/linefit.cpp.o CMakeFiles/opencv_imgproc.dir/src/matchcontours.cpp.o CMakeFiles/opencv_imgproc.dir/src/moments.cpp.o CMakeFiles/opencv_imgproc.dir/src/morph.cpp.o CMakeFiles/opencv_imgproc.dir/src/phasecorr.cpp.o CMakeFiles/opencv_imgproc.dir/src/pyramids.cpp.o CMakeFiles/opencv_imgproc.dir/src/rotcalipers.cpp.o CMakeFiles/opencv_imgproc.dir/src/samplers.cpp.o CMakeFiles/opencv_imgproc.dir/src/segmentation.cpp.o CMakeFiles/opencv_imgproc.dir/src/shapedescr.cpp.o CMakeFiles/opencv_imgproc.dir/src/smooth.cpp.o CMakeFiles/opencv_imgproc.dir/src/subdivision2d.cpp.o CMakeFiles/opencv_imgproc.dir/src/sumpixels.cpp.o CMakeFiles/opencv_imgproc.dir/src/tables.cpp.o CMakeFiles/opencv_imgproc.dir/src/templmatch.cpp.o CMakeFiles/opencv_imgproc.dir/src/thresh.cpp.o CMakeFiles/opencv_imgproc.dir/src/undistort.cpp.o CMakeFiles/opencv_imgproc.dir/src/utils.cpp.o ../../lib/libopencv_core.2.4.12.dylib | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_symlink_library ../../lib/libopencv_imgproc.2.4.12.dylib ../../lib/libopencv_imgproc.2.4.dylib ../../lib/libopencv_imgproc.dylib | |
| [ 13%] Built target opencv_imgproc | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f modules/highgui/CMakeFiles/opencv_highgui.dir/build.make modules/highgui/CMakeFiles/opencv_highgui.dir/depend | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f modules/video/CMakeFiles/opencv_video.dir/build.make modules/video/CMakeFiles/opencv_video.dir/depend | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f modules/photo/CMakeFiles/opencv_photo.dir/build.make modules/photo/CMakeFiles/opencv_photo.dir/depend | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12 /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/photo /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/photo/CMakeFiles/opencv_photo.dir/DependInfo.cmake --color= | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12 /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video/CMakeFiles/opencv_video.dir/DependInfo.cmake --color= | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12 /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui/CMakeFiles/opencv_highgui.dir/DependInfo.cmake --color= | |
| Scanning dependencies of target opencv_photo | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f modules/photo/CMakeFiles/opencv_photo.dir/build.make modules/photo/CMakeFiles/opencv_photo.dir/build | |
| [ 13%] Building CXX object modules/photo/CMakeFiles/opencv_photo.dir/src/denoising.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/photo && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/photo -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_photo.dir/src/denoising.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/src/denoising.cpp | |
| [ 13%] Building CXX object modules/photo/CMakeFiles/opencv_photo.dir/src/inpaint.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/photo && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/photo -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_photo.dir/src/inpaint.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/src/inpaint.cpp | |
| Scanning dependencies of target opencv_video | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f modules/video/CMakeFiles/opencv_video.dir/build.make modules/video/CMakeFiles/opencv_video.dir/build | |
| [ 13%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/bgfg_gaussmix.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/bgfg_gaussmix.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/bgfg_gaussmix.cpp | |
| Scanning dependencies of target opencv_highgui | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f modules/highgui/CMakeFiles/opencv_highgui.dir/build.make modules/highgui/CMakeFiles/opencv_highgui.dir/build | |
| [ 13%] Building CXX object modules/highgui/CMakeFiles/opencv_highgui.dir/src/cap.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -o CMakeFiles/opencv_highgui.dir/src/cap.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/cap.cpp | |
| [ 13%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/bgfg_gaussmix2.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/bgfg_gaussmix2.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/bgfg_gaussmix2.cpp | |
| [ 13%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/bgfg_gmg.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/bgfg_gmg.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/bgfg_gmg.cpp | |
| [ 13%] Building CXX object modules/highgui/CMakeFiles/opencv_highgui.dir/src/cap_images.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -o CMakeFiles/opencv_highgui.dir/src/cap_images.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/cap_images.cpp | |
| [ 13%] Linking CXX shared library ../../lib/libopencv_photo.dylib | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/photo && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/opencv_photo.dir/link.txt --verbose=1 | |
| /usr/local/Library/ENV/4.3/clang++ -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_photo.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_photo.2.4.dylib CMakeFiles/opencv_photo.dir/src/denoising.cpp.o CMakeFiles/opencv_photo.dir/src/inpaint.cpp.o ../../lib/libopencv_imgproc.2.4.12.dylib ../../lib/libopencv_core.2.4.12.dylib | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/photo && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_symlink_library ../../lib/libopencv_photo.2.4.12.dylib ../../lib/libopencv_photo.2.4.dylib ../../lib/libopencv_photo.dylib | |
| [ 13%] Built target opencv_photo | |
| [ 13%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/camshift.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/camshift.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/camshift.cpp | |
| [ 13%] Building CXX object modules/highgui/CMakeFiles/opencv_highgui.dir/src/loadsave.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -o CMakeFiles/opencv_highgui.dir/src/loadsave.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/loadsave.cpp | |
| [ 13%] Building CXX object modules/highgui/CMakeFiles/opencv_highgui.dir/src/utils.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -o CMakeFiles/opencv_highgui.dir/src/utils.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/utils.cpp | |
| [ 13%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/kalman.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/kalman.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/kalman.cpp | |
| [ 14%] Building CXX object modules/highgui/CMakeFiles/opencv_highgui.dir/src/window.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -o CMakeFiles/opencv_highgui.dir/src/window.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/window.cpp | |
| [ 14%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/lkpyramid.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/lkpyramid.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/lkpyramid.cpp | |
| [ 14%] Building CXX object modules/highgui/CMakeFiles/opencv_highgui.dir/src/window_cocoa.mm.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -fobjc-exceptions -o CMakeFiles/opencv_highgui.dir/src/window_cocoa.mm.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/window_cocoa.mm | |
| [ 15%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/motempl.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/motempl.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/motempl.cpp | |
| [ 15%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/optflowgf.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/optflowgf.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/optflowgf.cpp | |
| In file included from /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/window_cocoa.mm:72: | |
| In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
| In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10: | |
| In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:6: | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:15: error: expected ';' after @class | |
| @class NSArray<ObjectType>; | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:16: error: cannot find protocol declaration for 'ObjectType' | |
| @class NSArray<ObjectType>; | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:34:25: error: cannot find protocol declaration for 'ObjectType' | |
| @interface NSEnumerator<ObjectType> : NSObject <NSFastEnumeration> | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:34:37: error: expected unqualified-id | |
| @interface NSEnumerator<ObjectType> : NSObject <NSFastEnumeration> | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:36:13: error: expected ')' | |
| - (nullable ObjectType)nextObject; | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:36:3: note: to match this '(' | |
| - (nullable ObjectType)nextObject; | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:25: error: cannot find protocol declaration for 'ObjectType' | |
| @interface NSEnumerator<ObjectType> (NSExtendedEnumerator) | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:1: error: duplicate interface definition for class 'NSEnumerator' | |
| @interface NSEnumerator<ObjectType> (NSExtendedEnumerator) | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:34:12: note: previous definition is here | |
| @interface NSEnumerator<ObjectType> : NSObject <NSFastEnumeration> | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:37: error: method type specifier must start with '-' or '+' | |
| @interface NSEnumerator<ObjectType> (NSExtendedEnumerator) | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:38: error: expected a type | |
| @interface NSEnumerator<ObjectType> (NSExtendedEnumerator) | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:42:1: error: expected selector for Objective-C method | |
| @property (readonly, copy) NSArray<ObjectType> *allObjects; | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:42:36: error: cannot find protocol declaration for 'ObjectType' | |
| @property (readonly, copy) NSArray<ObjectType> *allObjects; | |
| ^ | |
| In file included from /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/window_cocoa.mm:72: | |
| In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
| In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10: | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:16:32: error: cannot find protocol declaration for 'ObjectType' | |
| @interface NSArray<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration> | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:16:44: error: expected unqualified-id | |
| @interface NSArray<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration> | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:19:4: error: expected a type | |
| - (ObjectType)objectAtIndex:(NSUInteger)index; | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:21:40: error: C++ requires a type specifier for all declarations | |
| - (instancetype)initWithObjects:(const ObjectType [])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER; | |
| ~~~~~~^~~~~~~~~~ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:21:40: error: expected ')' | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:21:33: note: to match this '(' | |
| - (instancetype)initWithObjects:(const ObjectType [])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER; | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:26:20: error: cannot find protocol declaration for 'ObjectType' | |
| @interface NSArray<ObjectType> (NSExtendedArray) | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:26:1: error: duplicate interface definition for class 'NSArray' | |
| @interface NSArray<ObjectType> (NSExtendedArray) | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:16:12: note: previous definition is here | |
| @interface NSArray<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration> | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:26:32: error: method type specifier must start with '-' or '+' | |
| @interface NSArray<ObjectType> (NSExtendedArray) | |
| ^ | |
| fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
| [ 15%] Building CXX object modules/highgui/CMakeFiles/opencv_highgui.dir/src/cap_qtkit.mm.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -fobjc-exceptions -o CMakeFiles/opencv_highgui.dir/src/cap_qtkit.mm.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/cap_qtkit.mm | |
| 20 errors generated. | |
| make[2]: *** [modules/highgui/CMakeFiles/opencv_highgui.dir/src/window_cocoa.mm.o] Error 1 | |
| make[2]: *** Waiting for unfinished jobs.... | |
| [ 15%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/simpleflow.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/simpleflow.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/simpleflow.cpp | |
| [ 15%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/tvl1flow.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/tvl1flow.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/tvl1flow.cpp | |
| [ 15%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/video_init.cpp.o | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video && /usr/local/Library/ENV/4.3/clang++ -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/video_init.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/video_init.cpp | |
| In file included from /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/cap_qtkit.mm:46: | |
| In file included from /System/Library/Frameworks/QTKit.framework/Headers/QTKit.h:20: | |
| In file included from /System/Library/Frameworks/QTKit.framework/Headers/QTError.h:17: | |
| In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10: | |
| In file included from /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:6: | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:15: error: expected ';' after @class | |
| @class NSArray<ObjectType>; | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:7:16: error: cannot find protocol declaration for 'ObjectType' | |
| @class NSArray<ObjectType>; | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:34:25: error: cannot find protocol declaration for 'ObjectType' | |
| @interface NSEnumerator<ObjectType> : NSObject <NSFastEnumeration> | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:34:37: error: expected unqualified-id | |
| @interface NSEnumerator<ObjectType> : NSObject <NSFastEnumeration> | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:36:13: error: expected ')' | |
| - (nullable ObjectType)nextObject; | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:36:3: note: to match this '(' | |
| - (nullable ObjectType)nextObject; | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:25: error: cannot find protocol declaration for 'ObjectType' | |
| @interface NSEnumerator<ObjectType> (NSExtendedEnumerator) | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:1: error: duplicate interface definition for class 'NSEnumerator' | |
| @interface NSEnumerator<ObjectType> (NSExtendedEnumerator) | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:34:12: note: previous definition is here | |
| @interface NSEnumerator<ObjectType> : NSObject <NSFastEnumeration> | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:37: error: method type specifier must start with '-' or '+' | |
| @interface NSEnumerator<ObjectType> (NSExtendedEnumerator) | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:40:38: error: expected a type | |
| @interface NSEnumerator<ObjectType> (NSExtendedEnumerator) | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:42:1: error: expected selector for Objective-C method | |
| @property (readonly, copy) NSArray<ObjectType> *allObjects; | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSEnumerator.h:42:36: error: cannot find protocol declaration for 'ObjectType' | |
| @property (readonly, copy) NSArray<ObjectType> *allObjects; | |
| ^ | |
| In file included from /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/cap_qtkit.mm:46: | |
| In file included from /System/Library/Frameworks/QTKit.framework/Headers/QTKit.h:20: | |
| In file included from /System/Library/Frameworks/QTKit.framework/Headers/QTError.h:17: | |
| In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10: | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:16:32: error: cannot find protocol declaration for 'ObjectType' | |
| @interface NSArray<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration> | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:16:44: error: expected unqualified-id | |
| @interface NSArray<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration> | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:19:4: error: expected a type | |
| - (ObjectType)objectAtIndex:(NSUInteger)index; | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:21:40: error: C++ requires a type specifier for all declarations | |
| - (instancetype)initWithObjects:(const ObjectType [])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER; | |
| ~~~~~~^~~~~~~~~~ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:21:40: error: expected ')' | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:21:33: note: to match this '(' | |
| - (instancetype)initWithObjects:(const ObjectType [])objects count:(NSUInteger)cnt NS_DESIGNATED_INITIALIZER; | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:26:20: error: cannot find protocol declaration for 'ObjectType' | |
| @interface NSArray<ObjectType> (NSExtendedArray) | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:26:1: error: duplicate interface definition for class 'NSArray' | |
| @interface NSArray<ObjectType> (NSExtendedArray) | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:16:12: note: previous definition is here | |
| @interface NSArray<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration> | |
| ^ | |
| /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:26:32: error: method type specifier must start with '-' or '+' | |
| @interface NSArray<ObjectType> (NSExtendedArray) | |
| ^ | |
| fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
| 20 errors generated. | |
| make[2]: *** [modules/highgui/CMakeFiles/opencv_highgui.dir/src/cap_qtkit.mm.o] Error 1 | |
| make[1]: *** [modules/highgui/CMakeFiles/opencv_highgui.dir/all] Error 2 | |
| make[1]: *** Waiting for unfinished jobs.... | |
| [ 15%] Linking CXX shared library ../../lib/libopencv_video.dylib | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script CMakeFiles/opencv_video.dir/link.txt --verbose=1 | |
| /usr/local/Library/ENV/4.3/clang++ -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_video.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_video.2.4.dylib CMakeFiles/opencv_video.dir/src/bgfg_gaussmix.cpp.o CMakeFiles/opencv_video.dir/src/bgfg_gaussmix2.cpp.o CMakeFiles/opencv_video.dir/src/bgfg_gmg.cpp.o CMakeFiles/opencv_video.dir/src/camshift.cpp.o CMakeFiles/opencv_video.dir/src/kalman.cpp.o CMakeFiles/opencv_video.dir/src/lkpyramid.cpp.o CMakeFiles/opencv_video.dir/src/motempl.cpp.o CMakeFiles/opencv_video.dir/src/optflowgf.cpp.o CMakeFiles/opencv_video.dir/src/simpleflow.cpp.o CMakeFiles/opencv_video.dir/src/tvl1flow.cpp.o CMakeFiles/opencv_video.dir/src/video_init.cpp.o ../../lib/libopencv_imgproc.2.4.12.dylib ../../lib/libopencv_core.2.4.12.dylib | |
| cd /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video && /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_symlink_library ../../lib/libopencv_video.2.4.12.dylib ../../lib/libopencv_video.2.4.dylib ../../lib/libopencv_video.dylib | |
| [ 15%] Built target opencv_video | |
| make: *** [all] Error 2 | |
| HOMEBREW_VERSION: 0.9.5 | |
| ORIGIN: https://github.com/Homebrew/homebrew | |
| HEAD: babc512ded8c55bb89180adfce27b8b305a03db3 | |
| Last commit: 84 minutes ago | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
| CPU: quad-core 64-bit broadwell | |
| OS X: 10.11-x86_64 | |
| Xcode: 6.4 | |
| CLT: 7.0.0.0.1.1440043355 | |
| GCC-4.2: build 0 | |
| Clang: 6.1 build 602 | |
| X11: N/A | |
| System Ruby: 2.0.0-p645 | |
| Perl: /usr/bin/perl | |
| Python: /usr/bin/python | |
| Ruby: /usr/bin/ruby | |
| Java: 1.8.0_60 | |
| HOMEBREW_CC: clang | |
| HOMEBREW_CXX: clang++ | |
| MAKEFLAGS: -j4 | |
| CMAKE_PREFIX_PATH: /usr/local | |
| CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| PKG_CONFIG_PATH: /usr/local/opt/eigen/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/ilmbase/lib/pkgconfig:/usr/local/opt/openexr/lib/pkgconfig | |
| PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11 | |
| ACLOCAL_PATH: /usr/local/share/aclocal | |
| PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libpng/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/openexr/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/numpy/bin:/usr/local/opt/gcc/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/array.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/array.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/array.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/array.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/algorithm.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/algorithm.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/algorithm.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/algorithm.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/alloc.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/alloc.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/alloc.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/alloc.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/arithm.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/arithm.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/arithm.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/arithm.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/cmdparser.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/cmdparser.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/cmdparser.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/cmdparser.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/convert.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/convert.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/convert.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/convert.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/copy.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/copy.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/copy.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/copy.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/datastructs.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/datastructs.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/datastructs.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/datastructs.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/drawing.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/drawing.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/drawing.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/drawing.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/dxt.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/dxt.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/dxt.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/dxt.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/gl_core_3_1.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/gl_core_3_1.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/glob.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/glob.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/glob.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/glob.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/gpumat.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/gpumat.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/gpumat.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/gpumat.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/lapack.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/lapack.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/lapack.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/lapack.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/mathfuncs.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/mathfuncs.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/matmul.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/matmul.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/matmul.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/matmul.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/matop.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/matop.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/matop.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/matop.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/matrix.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/matrix.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/matrix.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/matrix.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/opengl_interop.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/opengl_interop.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/opengl_interop.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/opengl_interop.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/opengl_interop_deprecated.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/opengl_interop_deprecated.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/opengl_interop_deprecated.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/opengl_interop_deprecated.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/out.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/out.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/out.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/out.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/parallel.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/parallel.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/parallel.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/parallel.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/persistence.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/persistence.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/persistence.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/persistence.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/rand.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/rand.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/rand.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/rand.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/stat.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/stat.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/stat.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/stat.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/system.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/system.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/system.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/system.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/tables.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/tables.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/core -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/dynamicuda/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_core.dir/src/tables.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/src/tables.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_core.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_core.2.4.dylib CMakeFiles/opencv_core.dir/src/algorithm.cpp.o CMakeFiles/opencv_core.dir/src/alloc.cpp.o CMakeFiles/opencv_core.dir/src/arithm.cpp.o CMakeFiles/opencv_core.dir/src/array.cpp.o CMakeFiles/opencv_core.dir/src/cmdparser.cpp.o CMakeFiles/opencv_core.dir/src/convert.cpp.o CMakeFiles/opencv_core.dir/src/copy.cpp.o CMakeFiles/opencv_core.dir/src/datastructs.cpp.o CMakeFiles/opencv_core.dir/src/drawing.cpp.o CMakeFiles/opencv_core.dir/src/dxt.cpp.o CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o CMakeFiles/opencv_core.dir/src/glob.cpp.o CMakeFiles/opencv_core.dir/src/gpumat.cpp.o CMakeFiles/opencv_core.dir/src/lapack.cpp.o CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o CMakeFiles/opencv_core.dir/src/matmul.cpp.o CMakeFiles/opencv_core.dir/src/matop.cpp.o CMakeFiles/opencv_core.dir/src/matrix.cpp.o CMakeFiles/opencv_core.dir/src/opengl_interop.cpp.o CMakeFiles/opencv_core.dir/src/opengl_interop_deprecated.cpp.o CMakeFiles/opencv_core.dir/src/out.cpp.o CMakeFiles/opencv_core.dir/src/parallel.cpp.o CMakeFiles/opencv_core.dir/src/persistence.cpp.o CMakeFiles/opencv_core.dir/src/rand.cpp.o CMakeFiles/opencv_core.dir/src/stat.cpp.o CMakeFiles/opencv_core.dir/src/system.cpp.o CMakeFiles/opencv_core.dir/src/tables.cpp.o /usr/lib/libz.dylib | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_core.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_core.2.4.dylib CMakeFiles/opencv_core.dir/src/algorithm.cpp.o CMakeFiles/opencv_core.dir/src/alloc.cpp.o CMakeFiles/opencv_core.dir/src/arithm.cpp.o CMakeFiles/opencv_core.dir/src/array.cpp.o CMakeFiles/opencv_core.dir/src/cmdparser.cpp.o CMakeFiles/opencv_core.dir/src/convert.cpp.o CMakeFiles/opencv_core.dir/src/copy.cpp.o CMakeFiles/opencv_core.dir/src/datastructs.cpp.o CMakeFiles/opencv_core.dir/src/drawing.cpp.o CMakeFiles/opencv_core.dir/src/dxt.cpp.o CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o CMakeFiles/opencv_core.dir/src/glob.cpp.o CMakeFiles/opencv_core.dir/src/gpumat.cpp.o CMakeFiles/opencv_core.dir/src/lapack.cpp.o CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o CMakeFiles/opencv_core.dir/src/matmul.cpp.o CMakeFiles/opencv_core.dir/src/matop.cpp.o CMakeFiles/opencv_core.dir/src/matrix.cpp.o CMakeFiles/opencv_core.dir/src/opengl_interop.cpp.o CMakeFiles/opencv_core.dir/src/opengl_interop_deprecated.cpp.o CMakeFiles/opencv_core.dir/src/out.cpp.o CMakeFiles/opencv_core.dir/src/parallel.cpp.o CMakeFiles/opencv_core.dir/src/persistence.cpp.o CMakeFiles/opencv_core.dir/src/rand.cpp.o CMakeFiles/opencv_core.dir/src/stat.cpp.o CMakeFiles/opencv_core.dir/src/system.cpp.o CMakeFiles/opencv_core.dir/src/tables.cpp.o /usr/lib/libz.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/flann -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_flann.dir/src/flann.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/src/flann.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/flann -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_flann.dir/src/flann.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/src/flann.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/flann -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_flann.dir/src/miniflann.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/src/miniflann.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/flann -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_flann.dir/src/miniflann.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/src/miniflann.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/ann_mlp.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/ann_mlp.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/ann_mlp.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/ann_mlp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/accum.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/accum.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/accum.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/accum.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/boost.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/boost.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/boost.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/boost.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/approx.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/approx.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/approx.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/approx.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/cnn.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/cnn.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/cnn.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/cnn.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -mavx -o CMakeFiles/opencv_imgproc.dir/src/avx/imgwarp_avx.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/avx/imgwarp_avx.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -mavx -o CMakeFiles/opencv_imgproc.dir/src/avx/imgwarp_avx.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/avx/imgwarp_avx.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/avx2/imgwarp_avx2.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/avx2/imgwarp_avx2.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/avx2/imgwarp_avx2.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/avx2/imgwarp_avx2.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/data.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/data.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/data.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/data.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/em.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/em.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/em.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/em.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/canny.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/canny.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/canny.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/canny.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/clahe.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/clahe.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/clahe.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/clahe.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/ertrees.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/ertrees.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/ertrees.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/ertrees.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/color.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/color.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/color.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/color.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/contours.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/contours.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/contours.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/contours.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_flann.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_flann.2.4.dylib CMakeFiles/opencv_flann.dir/src/flann.cpp.o CMakeFiles/opencv_flann.dir/src/miniflann.cpp.o ../../lib/libopencv_core.2.4.12.dylib | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_flann.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_flann.2.4.dylib CMakeFiles/opencv_flann.dir/src/flann.cpp.o CMakeFiles/opencv_flann.dir/src/miniflann.cpp.o ../../lib/libopencv_core.2.4.12.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/estimate.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/estimate.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/estimate.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/estimate.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/convhull.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/convhull.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/convhull.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/convhull.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/gbt.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/gbt.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/gbt.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/gbt.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/inner_functions.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/inner_functions.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/inner_functions.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/inner_functions.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/knearest.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/knearest.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/knearest.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/knearest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/corner.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/corner.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/corner.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/corner.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/cornersubpix.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/cornersubpix.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/cornersubpix.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/cornersubpix.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/ml_init.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/ml_init.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/ml_init.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/ml_init.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/deriv.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/deriv.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/deriv.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/deriv.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/nbayes.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/nbayes.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/nbayes.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/nbayes.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/rtrees.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/rtrees.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/rtrees.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/rtrees.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/svm.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/svm.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/svm.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/svm.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/distransform.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/distransform.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/distransform.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/distransform.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/emd.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/emd.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/emd.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/emd.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/featureselect.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/featureselect.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/featureselect.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/featureselect.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/testset.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/testset.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/testset.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/testset.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/filter.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/filter.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/filter.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/filter.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/floodfill.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/floodfill.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/floodfill.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/floodfill.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/gabor.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/gabor.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/gabor.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/gabor.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/tree.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/tree.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/ml -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_ml.dir/src/tree.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ml/src/tree.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/generalized_hough.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/generalized_hough.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/generalized_hough.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/generalized_hough.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/geometry.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/geometry.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/geometry.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/geometry.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_ml.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_ml.2.4.dylib CMakeFiles/opencv_ml.dir/src/ann_mlp.cpp.o CMakeFiles/opencv_ml.dir/src/boost.cpp.o CMakeFiles/opencv_ml.dir/src/cnn.cpp.o CMakeFiles/opencv_ml.dir/src/data.cpp.o CMakeFiles/opencv_ml.dir/src/em.cpp.o CMakeFiles/opencv_ml.dir/src/ertrees.cpp.o CMakeFiles/opencv_ml.dir/src/estimate.cpp.o CMakeFiles/opencv_ml.dir/src/gbt.cpp.o CMakeFiles/opencv_ml.dir/src/inner_functions.cpp.o CMakeFiles/opencv_ml.dir/src/knearest.cpp.o CMakeFiles/opencv_ml.dir/src/ml_init.cpp.o CMakeFiles/opencv_ml.dir/src/nbayes.cpp.o CMakeFiles/opencv_ml.dir/src/rtrees.cpp.o CMakeFiles/opencv_ml.dir/src/svm.cpp.o CMakeFiles/opencv_ml.dir/src/testset.cpp.o CMakeFiles/opencv_ml.dir/src/tree.cpp.o ../../lib/libopencv_core.2.4.12.dylib | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_ml.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_ml.2.4.dylib CMakeFiles/opencv_ml.dir/src/ann_mlp.cpp.o CMakeFiles/opencv_ml.dir/src/boost.cpp.o CMakeFiles/opencv_ml.dir/src/cnn.cpp.o CMakeFiles/opencv_ml.dir/src/data.cpp.o CMakeFiles/opencv_ml.dir/src/em.cpp.o CMakeFiles/opencv_ml.dir/src/ertrees.cpp.o CMakeFiles/opencv_ml.dir/src/estimate.cpp.o CMakeFiles/opencv_ml.dir/src/gbt.cpp.o CMakeFiles/opencv_ml.dir/src/inner_functions.cpp.o CMakeFiles/opencv_ml.dir/src/knearest.cpp.o CMakeFiles/opencv_ml.dir/src/ml_init.cpp.o CMakeFiles/opencv_ml.dir/src/nbayes.cpp.o CMakeFiles/opencv_ml.dir/src/rtrees.cpp.o CMakeFiles/opencv_ml.dir/src/svm.cpp.o CMakeFiles/opencv_ml.dir/src/testset.cpp.o CMakeFiles/opencv_ml.dir/src/tree.cpp.o ../../lib/libopencv_core.2.4.12.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/grabcut.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/grabcut.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/grabcut.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/grabcut.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/histogram.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/histogram.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/histogram.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/histogram.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/hough.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/hough.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/hough.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/hough.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/imgwarp.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/imgwarp.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/imgwarp.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/imgwarp.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/linefit.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/linefit.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/linefit.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/linefit.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/matchcontours.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/matchcontours.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/matchcontours.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/matchcontours.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/moments.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/moments.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/moments.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/moments.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/morph.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/morph.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/morph.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/morph.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/phasecorr.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/phasecorr.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/phasecorr.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/phasecorr.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/pyramids.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/pyramids.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/pyramids.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/pyramids.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/rotcalipers.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/rotcalipers.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/rotcalipers.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/rotcalipers.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/samplers.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/samplers.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/samplers.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/samplers.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/segmentation.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/segmentation.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/segmentation.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/segmentation.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/shapedescr.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/shapedescr.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/shapedescr.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/shapedescr.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/smooth.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/smooth.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/smooth.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/smooth.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/subdivision2d.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/subdivision2d.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/subdivision2d.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/subdivision2d.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/sumpixels.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/sumpixels.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/sumpixels.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/sumpixels.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/tables.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/tables.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/tables.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/tables.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/templmatch.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/templmatch.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/templmatch.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/templmatch.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/thresh.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/thresh.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/thresh.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/thresh.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/undistort.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/undistort.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/undistort.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/undistort.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/utils.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/utils.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/imgproc -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_imgproc.dir/src/utils.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/src/utils.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_imgproc.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_imgproc.2.4.dylib CMakeFiles/opencv_imgproc.dir/src/accum.cpp.o CMakeFiles/opencv_imgproc.dir/src/approx.cpp.o CMakeFiles/opencv_imgproc.dir/src/avx/imgwarp_avx.cpp.o CMakeFiles/opencv_imgproc.dir/src/avx2/imgwarp_avx2.cpp.o CMakeFiles/opencv_imgproc.dir/src/canny.cpp.o CMakeFiles/opencv_imgproc.dir/src/clahe.cpp.o CMakeFiles/opencv_imgproc.dir/src/color.cpp.o CMakeFiles/opencv_imgproc.dir/src/contours.cpp.o CMakeFiles/opencv_imgproc.dir/src/convhull.cpp.o CMakeFiles/opencv_imgproc.dir/src/corner.cpp.o CMakeFiles/opencv_imgproc.dir/src/cornersubpix.cpp.o CMakeFiles/opencv_imgproc.dir/src/deriv.cpp.o CMakeFiles/opencv_imgproc.dir/src/distransform.cpp.o CMakeFiles/opencv_imgproc.dir/src/emd.cpp.o CMakeFiles/opencv_imgproc.dir/src/featureselect.cpp.o CMakeFiles/opencv_imgproc.dir/src/filter.cpp.o CMakeFiles/opencv_imgproc.dir/src/floodfill.cpp.o CMakeFiles/opencv_imgproc.dir/src/gabor.cpp.o CMakeFiles/opencv_imgproc.dir/src/generalized_hough.cpp.o CMakeFiles/opencv_imgproc.dir/src/geometry.cpp.o CMakeFiles/opencv_imgproc.dir/src/grabcut.cpp.o CMakeFiles/opencv_imgproc.dir/src/histogram.cpp.o CMakeFiles/opencv_imgproc.dir/src/hough.cpp.o CMakeFiles/opencv_imgproc.dir/src/imgwarp.cpp.o CMakeFiles/opencv_imgproc.dir/src/linefit.cpp.o CMakeFiles/opencv_imgproc.dir/src/matchcontours.cpp.o CMakeFiles/opencv_imgproc.dir/src/moments.cpp.o CMakeFiles/opencv_imgproc.dir/src/morph.cpp.o CMakeFiles/opencv_imgproc.dir/src/phasecorr.cpp.o CMakeFiles/opencv_imgproc.dir/src/pyramids.cpp.o CMakeFiles/opencv_imgproc.dir/src/rotcalipers.cpp.o CMakeFiles/opencv_imgproc.dir/src/samplers.cpp.o CMakeFiles/opencv_imgproc.dir/src/segmentation.cpp.o CMakeFiles/opencv_imgproc.dir/src/shapedescr.cpp.o CMakeFiles/opencv_imgproc.dir/src/smooth.cpp.o CMakeFiles/opencv_imgproc.dir/src/subdivision2d.cpp.o CMakeFiles/opencv_imgproc.dir/src/sumpixels.cpp.o CMakeFiles/opencv_imgproc.dir/src/tables.cpp.o CMakeFiles/opencv_imgproc.dir/src/templmatch.cpp.o CMakeFiles/opencv_imgproc.dir/src/thresh.cpp.o CMakeFiles/opencv_imgproc.dir/src/undistort.cpp.o CMakeFiles/opencv_imgproc.dir/src/utils.cpp.o ../../lib/libopencv_core.2.4.12.dylib | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_imgproc.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_imgproc.2.4.dylib CMakeFiles/opencv_imgproc.dir/src/accum.cpp.o CMakeFiles/opencv_imgproc.dir/src/approx.cpp.o CMakeFiles/opencv_imgproc.dir/src/avx/imgwarp_avx.cpp.o CMakeFiles/opencv_imgproc.dir/src/avx2/imgwarp_avx2.cpp.o CMakeFiles/opencv_imgproc.dir/src/canny.cpp.o CMakeFiles/opencv_imgproc.dir/src/clahe.cpp.o CMakeFiles/opencv_imgproc.dir/src/color.cpp.o CMakeFiles/opencv_imgproc.dir/src/contours.cpp.o CMakeFiles/opencv_imgproc.dir/src/convhull.cpp.o CMakeFiles/opencv_imgproc.dir/src/corner.cpp.o CMakeFiles/opencv_imgproc.dir/src/cornersubpix.cpp.o CMakeFiles/opencv_imgproc.dir/src/deriv.cpp.o CMakeFiles/opencv_imgproc.dir/src/distransform.cpp.o CMakeFiles/opencv_imgproc.dir/src/emd.cpp.o CMakeFiles/opencv_imgproc.dir/src/featureselect.cpp.o CMakeFiles/opencv_imgproc.dir/src/filter.cpp.o CMakeFiles/opencv_imgproc.dir/src/floodfill.cpp.o CMakeFiles/opencv_imgproc.dir/src/gabor.cpp.o CMakeFiles/opencv_imgproc.dir/src/generalized_hough.cpp.o CMakeFiles/opencv_imgproc.dir/src/geometry.cpp.o CMakeFiles/opencv_imgproc.dir/src/grabcut.cpp.o CMakeFiles/opencv_imgproc.dir/src/histogram.cpp.o CMakeFiles/opencv_imgproc.dir/src/hough.cpp.o CMakeFiles/opencv_imgproc.dir/src/imgwarp.cpp.o CMakeFiles/opencv_imgproc.dir/src/linefit.cpp.o CMakeFiles/opencv_imgproc.dir/src/matchcontours.cpp.o CMakeFiles/opencv_imgproc.dir/src/moments.cpp.o CMakeFiles/opencv_imgproc.dir/src/morph.cpp.o CMakeFiles/opencv_imgproc.dir/src/phasecorr.cpp.o CMakeFiles/opencv_imgproc.dir/src/pyramids.cpp.o CMakeFiles/opencv_imgproc.dir/src/rotcalipers.cpp.o CMakeFiles/opencv_imgproc.dir/src/samplers.cpp.o CMakeFiles/opencv_imgproc.dir/src/segmentation.cpp.o CMakeFiles/opencv_imgproc.dir/src/shapedescr.cpp.o CMakeFiles/opencv_imgproc.dir/src/smooth.cpp.o CMakeFiles/opencv_imgproc.dir/src/subdivision2d.cpp.o CMakeFiles/opencv_imgproc.dir/src/sumpixels.cpp.o CMakeFiles/opencv_imgproc.dir/src/tables.cpp.o CMakeFiles/opencv_imgproc.dir/src/templmatch.cpp.o CMakeFiles/opencv_imgproc.dir/src/thresh.cpp.o CMakeFiles/opencv_imgproc.dir/src/undistort.cpp.o CMakeFiles/opencv_imgproc.dir/src/utils.cpp.o ../../lib/libopencv_core.2.4.12.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/photo -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_photo.dir/src/denoising.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/src/denoising.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/photo -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_photo.dir/src/denoising.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/src/denoising.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/photo -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_photo.dir/src/inpaint.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/src/inpaint.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/photo -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_photo.dir/src/inpaint.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/photo/src/inpaint.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/bgfg_gaussmix.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/bgfg_gaussmix.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/bgfg_gaussmix.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/bgfg_gaussmix.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -o CMakeFiles/opencv_highgui.dir/src/cap.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/cap.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -o CMakeFiles/opencv_highgui.dir/src/cap.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/cap.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/bgfg_gaussmix2.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/bgfg_gaussmix2.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/bgfg_gaussmix2.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/bgfg_gaussmix2.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/bgfg_gmg.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/bgfg_gmg.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/bgfg_gmg.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/bgfg_gmg.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -o CMakeFiles/opencv_highgui.dir/src/cap_images.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/cap_images.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -o CMakeFiles/opencv_highgui.dir/src/cap_images.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/cap_images.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_photo.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_photo.2.4.dylib CMakeFiles/opencv_photo.dir/src/denoising.cpp.o CMakeFiles/opencv_photo.dir/src/inpaint.cpp.o ../../lib/libopencv_imgproc.2.4.12.dylib ../../lib/libopencv_core.2.4.12.dylib | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_photo.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_photo.2.4.dylib CMakeFiles/opencv_photo.dir/src/denoising.cpp.o CMakeFiles/opencv_photo.dir/src/inpaint.cpp.o ../../lib/libopencv_imgproc.2.4.12.dylib ../../lib/libopencv_core.2.4.12.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/camshift.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/camshift.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/camshift.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/camshift.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -o CMakeFiles/opencv_highgui.dir/src/loadsave.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/loadsave.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -o CMakeFiles/opencv_highgui.dir/src/loadsave.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/loadsave.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -o CMakeFiles/opencv_highgui.dir/src/utils.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/utils.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -o CMakeFiles/opencv_highgui.dir/src/utils.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/utils.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/kalman.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/kalman.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/kalman.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/kalman.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -o CMakeFiles/opencv_highgui.dir/src/window.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/window.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -o CMakeFiles/opencv_highgui.dir/src/window.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/window.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/lkpyramid.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/lkpyramid.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/lkpyramid.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/lkpyramid.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -fobjc-exceptions -o CMakeFiles/opencv_highgui.dir/src/window_cocoa.mm.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/window_cocoa.mm | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -fobjc-exceptions -o CMakeFiles/opencv_highgui.dir/src/window_cocoa.mm.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/window_cocoa.mm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/motempl.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/motempl.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/motempl.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/motempl.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/optflowgf.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/optflowgf.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/optflowgf.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/optflowgf.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -fobjc-exceptions -o CMakeFiles/opencv_highgui.dir/src/cap_qtkit.mm.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/cap_qtkit.mm | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -DHIGHGUI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -Wno-deprecated-declarations -Wno-clobbered -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/highgui -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -isystem /usr/local/opt/jpeg/include -isystem /usr/local/include -isystem /usr/local/include/OpenEXR -fobjc-exceptions -o CMakeFiles/opencv_highgui.dir/src/cap_qtkit.mm.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/src/cap_qtkit.mm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/simpleflow.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/simpleflow.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/simpleflow.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/simpleflow.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/tvl1flow.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/tvl1flow.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/tvl1flow.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/tvl1flow.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -DCVAPI_EXPORTS -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/video_init.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/video_init.cpp | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| superenv executed: clang++ -pipe -w -Os -march=native -DCVAPI_EXPORTS -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -fPIC -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/perf -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/calib3d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/features2d/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/highgui/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/imgproc/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/flann/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/core/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/ts/include -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/modules/video -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/test -I/tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild -isystem /usr/local/include/eigen3 -o CMakeFiles/opencv_video.dir/src/video_init.cpp.o -c /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/modules/video/src/video_init.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
| clang++ called with: -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_video.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_video.2.4.dylib CMakeFiles/opencv_video.dir/src/bgfg_gaussmix.cpp.o CMakeFiles/opencv_video.dir/src/bgfg_gaussmix2.cpp.o CMakeFiles/opencv_video.dir/src/bgfg_gmg.cpp.o CMakeFiles/opencv_video.dir/src/camshift.cpp.o CMakeFiles/opencv_video.dir/src/kalman.cpp.o CMakeFiles/opencv_video.dir/src/lkpyramid.cpp.o CMakeFiles/opencv_video.dir/src/motempl.cpp.o CMakeFiles/opencv_video.dir/src/optflowgf.cpp.o CMakeFiles/opencv_video.dir/src/simpleflow.cpp.o CMakeFiles/opencv_video.dir/src/tvl1flow.cpp.o CMakeFiles/opencv_video.dir/src/video_init.cpp.o ../../lib/libopencv_imgproc.2.4.12.dylib ../../lib/libopencv_core.2.4.12.dylib | |
| superenv removed: -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo | |
| superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
| superenv executed: clang++ -pipe -w -Os -march=native -fsigned-char -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds -Wno-aggressive-loop-optimizations -fdiagnostics-show-option -Wno-long-long -Wno-semicolon-before-method-body -fno-omit-frame-pointer -msse -msse2 -mavx -DNDEBUG -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.12 -o ../../lib/libopencv_video.2.4.12.dylib -install_name /tmp/opencv20150830-61927-1s70cvq/opencv-2.4.12/macbuild/lib/libopencv_video.2.4.dylib CMakeFiles/opencv_video.dir/src/bgfg_gaussmix.cpp.o CMakeFiles/opencv_video.dir/src/bgfg_gaussmix2.cpp.o CMakeFiles/opencv_video.dir/src/bgfg_gmg.cpp.o CMakeFiles/opencv_video.dir/src/camshift.cpp.o CMakeFiles/opencv_video.dir/src/kalman.cpp.o CMakeFiles/opencv_video.dir/src/lkpyramid.cpp.o CMakeFiles/opencv_video.dir/src/motempl.cpp.o CMakeFiles/opencv_video.dir/src/optflowgf.cpp.o CMakeFiles/opencv_video.dir/src/simpleflow.cpp.o CMakeFiles/opencv_video.dir/src/tvl1flow.cpp.o CMakeFiles/opencv_video.dir/src/video_init.cpp.o ../../lib/libopencv_imgproc.2.4.12.dylib ../../lib/libopencv_core.2.4.12.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HOMEBREW_VERSION: 0.9.5 | |
| ORIGIN: https://github.com/Homebrew/homebrew | |
| HEAD: babc512ded8c55bb89180adfce27b8b305a03db3 | |
| Last commit: 86 minutes ago | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
| CPU: quad-core 64-bit broadwell | |
| OS X: 10.11-x86_64 | |
| Xcode: 6.4 | |
| CLT: 7.0.0.0.1.1440043355 | |
| Clang: 6.1 build 602 | |
| X11: N/A | |
| System Ruby: 2.0.0-p645 | |
| Perl: /usr/bin/perl | |
| Python: /usr/bin/python | |
| Ruby: /usr/bin/ruby | |
| Java: 1.8.0_60 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Warning: Some directories in /usr/local/share/man aren't writable. | |
| This can happen if you "sudo make install" software that isn't managed | |
| by Homebrew. If a brew tries to add locale information to one of these | |
| directories, then the install will fail during the link step. | |
| You should probably `chown` them: | |
| /usr/local/share/man/de | |
| /usr/local/share/man/de/man1 | |
| Please note that these warnings are just used to help the Homebrew maintainers | |
| with debugging if you file an issue. If everything you use Homebrew for is | |
| working fine: please don't worry and just ignore them. Thanks! | |
| Warning: Broken symlinks were found. Remove them with `brew prune`: | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraKakuPro-W3 | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraKakuPro-W6 | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraKakuProN-W3 | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraKakuProN-W6 | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraKakuStd-W8 | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraKakuStdN-W8 | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraMaruPro-W4 | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraMaruProN-W4 | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraMinPro-W3 | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraMinPro-W6 | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraMinProN-W3 | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraMinProN-W6 | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraginoSansGB-W3 | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/HiraginoSansGB-W6 | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/YuMin-Demibold | |
| /usr/local/share/ghostscript/9.16/Resource/CIDFont/YuMin-Medium | |
| Warning: You are using OS X 10.11. | |
| We do not provide support for this pre-release version. | |
| You may encounter build failures or other breakage. | |
| Warning: Your Xcode (6.4) is outdated | |
| Please update to Xcode 7.0. | |
| Xcode can be updated from | |
| https://developer.apple.com/xcode/downloads/ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Formula: opencv | |
| Tap: homebrew/homebrew-science | |
| Path: /usr/local/Library/Taps/homebrew/homebrew-science/opencv.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment