Open Vertexwahn opened 5 months ago
@Vertexwahn I don't have a way to test this but happy to review a PR if you'd like to assign yourself and try out that suggestion.
If absl have a precedent for testing this with the Bazel CI that would be ideal: https://github.com/google/glog/blob/master/.bazelci/presubmit.yml
When build glog on Windows you get the following warning when using Visual Studio 2022:
unknown option '-std=c++14' for Windows builds
.The reason for this is here.
Abseil has a good way to handle flags for different compilers - could copied here - something like this:
in
configure_copts.bzl
:In BUILD file: