Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable to build protobuf v30 with Bazel+MSVC (#1178)
As seen in the following thread, the protobuf team is planning to stop supporting the combination of Bazel and cl.exe due to well-known its path length limitation. * protocolbuffers/protobuf#20085 As a preparation before switching to protobuf v30 (#1177), let's explicitly add a commandline option as explained to continue using this combination as a short term solution. This commit should have no impact on Probobuf v29.x. PiperOrigin-RevId: 725882774
- Loading branch information