I see no way to tell the IDE I want to build in release mode. I’m using Clion and CMake. I’m still learning lots of things regarding C++, so I feel I’m missing something super obvious somewhere…
Hello, I do not see that on Clion. I’m missing something? I can’t find any preferences/settings dialog in the Build menu on Clion. (there’s no Execution nor deployment options there, unless I’m looking at the wrong place).
I can see only Debug configuration available on the build. I’ve took as a basis, the cmake sample on the samples folder, if that makes any difference.
I was expecting to see a Release option available, but I’m not sure I need to do anything for it to be available… ?