How to build only the release profile in CLion?
2 人关注
已回答
I have two profiles set up debug and release. Both compile fine and there is a button in the build dropdown to compile all in debug mode, but I would like to compile all only in release, to save compilation time, how can I do this?
请先登录再写评论。
Hello! You can select the Release profile in the dropdown menu (the run/debug configuration switcher), in this case the project will be build in release mode.
What dropdown menu are you talking about? I neither have this option under build nor run, could you specify? See screenshot:

I meant the run/debug configuration switcher:
Sorry for the confusion.
Thank you very much, I was so focused on the left side of the screen, totally missed it :D