microsoft / opencv

Open Source Computer Vision Library
opencv.org
Apache License 2.0
144 stars 92 forks source link

Fixes to the RELEASE builds of arm, x86, x64 #69

Closed ljw1004 closed 8 years ago

ljw1004 commented 8 years ago

There are a few vcxproj projects x86\opencv_winrt x64\opencv_winrt, opencv_videoio300, opencv_videostab ARM\opencv_winrt which all built okay in DEBUG, but failed to build in RELEASE.

This PR changes their project properties to get them to build. (I basically copied the values over from DEBUG project properties).

leishi1 commented 8 years ago

I've tested the PR locally and both DEBUG/RELEASE are building fine now. Thanks for the contribution.