Page 1 of 1

cannot compile release version

Posted: Wed Jul 15, 2020 11:30 pm
by go.lauren
Hello,

I followed the instructions in build.md to configure cc for Visual Studio, but when I build the compile file, the only folder in my CMAKE_INSTALL_PREFIX directory is CloudCompare_debug, and the executable there is in [debug] mode. Where is the release version located, or how can I specify the creation of the release version.

Re: cannot compile release version

Posted: Sun Jul 19, 2020 2:47 pm
by daniel
With visual, you have to change the configuration from 'Debug' to 'Release' and compile in release mode ;)