vscode-bazel icon indicating copy to clipboard operation
vscode-bazel copied to clipboard

Add compiler/linker(config_setting) options to specific targets

Open A-Sam opened this issue 6 years ago • 1 comments

I use multiple defined config_settings that are specific to specific targets(not generic so can't be added to .bazelrc). It will be cool to add them into somewhere in the 'BAZEL BUILD TARGETS' view.

A-Sam avatar Apr 10 '19 12:04 A-Sam

Example:

bazel build //target:target_dep --compilation_mode=dbg
bazel build //target:target_dep --define COMPILATION_TYPE=dbg

A-Sam avatar Apr 10 '19 12:04 A-Sam