Setting compilation flags

     Hello. I need to add some compiler's flag. How can I do that?

0
1 comment

Hi Dmitrii.

You can define the required compiler flags using CMakeLists.txt or directly in cache via CMake tool window. You can find more details here.

0

Please sign in to leave a comment.