setting bazel flags in clion
I work on bazel project.
It has OpenCL flag which is enabled in certain configs for Android. Is it possible to tell IDE to enable this flag so that the code surrounded by #ifdef MY_FLAG won't be greyed out?
Please sign in to leave a comment.