Ask Your Question
0

opencv_world320d.lib vs opencv_world320.lib?

asked 2017-02-06 09:30:37 -0600

mddrill gravatar image

updated 2017-02-06 09:30:53 -0600

What's the difference between these two files? I would guess that the d stands for debug, does that mean opencv_world320.lib is faster and is the one that should be used in production?

Thank You

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-02-06 10:16:55 -0600

berak gravatar image

yes, a release build will be faster, and you have to strictly use opencv_world320d.lib with a DEBUG build, and opencv_world320.lib for the RELEASE version.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-02-06 09:30:37 -0600

Seen: 2,339 times

Last updated: Feb 06 '17