mirror of https://github.com/grpc/grpc.git
[build] Use platform-specific -std=c++14 compile flags (#32459)
With the `--copt="-std=c++14"` setting in the bazel.rc file as it is today, MSVC builds have complained for every cc file: ``` cl : Command line warning D9002 : ignoring unknown option '-std=c++14' ``` This adds thousands of lines of noise to Windows builds, and hides useful warnings. Using the `/std:c++14` flag on MSVC (and clang-cl) gets us the desired result.pull/32448/head^2
parent
c558adc963
commit
3a0632136d
1 changed files with 16 additions and 2 deletions
Loading…
Reference in new issue