eclipse
eclipse copied to clipboard
No way to add optional arguments to build command
I've had a go at utilizing this for building tensorflow serving, I can build and run okay but I cannot debug as ill need to add the --compilation_mode=dbg flag to the bazel build string. is there a way to do this? Short of forking and appending in BAZEL Command?
You can also set it to your ~/.bazelrc but definitely having a way to set it inside eclipse would be good.
That's a good point above; I don't know why I didn't think of that as I'd seen it used elsewhere... Definitely would be nice to have an option though, especially since the infrastructure seems there... I'll give the ~/.bazelrc a go.