hedronvision / bazel-compile-commands-extractor

Goal: Enable awesome tooling for Bazel users of the C language family.
Other
696 stars 112 forks source link

feat: support startup flags #222

Open neko-para opened 2 months ago

neko-para commented 2 months ago

Specific startup flags via an extra --startup.

$ bazel run //:refresh_compile_commands -- --startup --bazelrc=abc.bazelrc --config debug
neko-para commented 2 months ago

Which should fix #220 #170