Skip to content

Commit

Permalink
drop conly_flags in call to cc_toolchain_config
Browse files Browse the repository at this point in the history
This is only available in Bazel 7 and later.
See bazelbuild/bazel#b272cef7d4b2d1be4e3f82b737c3c14d5e768aea
  • Loading branch information
malt3 committed Nov 29, 2024
1 parent 26f8394 commit c3d4c63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/private/cc_toolchain/BUILD.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ cc_toolchain_config(
compile_flags = [%{compile_flags}],
opt_compile_flags = [%{opt_compile_flags}],
dbg_compile_flags = [%{dbg_compile_flags}],
conly_flags = [%{conly_flags}],
cxx_flags = [%{cxx_flags}],
link_flags = [%{link_flags}],
link_libs = [%{link_libs}],
Expand Down

0 comments on commit c3d4c63

Please sign in to comment.