Skip to content

Commit 97c979b

Browse files
mkruskal-googlecopybara-github
authored andcommitted
Breaking change: remove deprecated flag for enabling MSVC support
With the path length limitations from Bazel fixed, we ended up reversing course on this plan. We will continue to support MSVC and this flag hasn't done anything for a few releases. PiperOrigin-RevId: 853482413
1 parent 64bc872 commit 97c979b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build_defs/BUILD.bazel

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ platform(
4949
],
5050
)
5151

52-
config_setting(
53-
name = "protobuf_allow_msvc",
54-
values = {
55-
"define": "protobuf_allow_msvc=true",
56-
},
57-
)
58-
5952
selects.config_setting_group(
6053
name = "config_msvc",
6154
match_any = [

0 commit comments

Comments
 (0)