how to make debug build on cmake cmake -DCMAKE_BUILD_TYPE:STRING=Debug Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2015-06-10 8:02 PM by andrew Comment 📂This entry was posted in cmake/make
2015-06-11 andrew CMAKE compile options and etc optionscmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=`pwd`/install -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE...