-
d.kilic authored
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...
d.kilic authoredSince 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...