-
- Downloads
Don't apply mapping of OpenCV debug to release on MSVC
Since OpenCV is quite slow in debug, we always link against the release version. This does not work with MSVC due to incompatible crt's. Therefore, we don't do it on MSVC and have to live with the slowness...
Loading
Please register or sign in to comment