debugging - cmake: how to build opencv in both debug and release mode? -
i using cmake gui 2.8 build opencv 2.4.10 on linux machine. want build both debug , release versions @ same time have 2 libraries /lib/debug , /lib/release.
i notice opencv has parameter cmake_build_type
don't know how enable both types.
how configure cmake gui that?
is not possible them @ same time. should configure 2 separate build directories, 1 debug , 1 release builds.
Comments
Post a Comment