You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
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: