Ask Your Question

warfrog's profile - activity

2015-02-18 08:51:14 -0600 received badge  Student (source)
2012-12-06 02:40:47 -0600 received badge  Editor (source)
2012-12-06 02:38:28 -0600 asked a question RelWithDebInfo build in linux

I am used to build a debug and release version of the OpenCV library in Windows.

By starting to use Linux I learned that there are debug libraries rarely used. The way to go is build with RelWithDebInfo, which is not fully optimized but has the capabilities to get the debuginfo if needed.

The current release of OpenCV (2.4.3) is only offering the configuration types Debug and Release by using cmake.

Why is RelWithDebInfo not usable? Should I go with a Release and a Debug build? Why have the Debug libraries no "d" as Suffix like the windows libraries have?

Thanks in advance