Closed
Description
When compiling with clang-cl toolchain (@bazel_tools//tools/cpp:clang-cl), wrong link flags will be set.
clang-cl is an important toolchain in particular for deep nested schemas, because it does not suffer from MAX_PATH limitations the normal cl toolchain has.
protobuf/build_defs/cpp_opts.bzl
Lines 26 to 40 in 450d24c
Activity