Open emidln-imc opened 1 year ago
seems like this was fixed by https://github.com/bazelbuild/intellij/pull/4913 with bazel.clwb.debug.extraflags.disabled
set in the registry with https://stackoverflow.com/a/28419108/902968
It would be great if this were in the plugin settings UI
@keith yeah, either in settings or in the projectview file (even better because it's project-specifc). Would you be interested in contributing? Personally I don't have capacity to work on it
Extra debug flags can cause rebuilds due to flag changes between CLion and bazel. It would be handy for an advanced (default off) registry setting or experiment to turn off these extra flags for users who handle flags via .bazelrc configs.