swh:1:snp:b03b5b26525b84343e26e9b1b952c64cf35589c0
Raw File
Tip revision: 4738fc399edd4a2e0f778a7451922f854ba9b3c4 authored by ambrosin on 05 April 2024, 13:06:30 UTC
Upgrade default tink-cc dep to 2.1.2
Tip revision: 4738fc3
.bazelrc
# Minumum C++ version. Override it building this project with
# `bazel build --cxxopt='-std=c++<XY>' --host_cxxopt='c++<XY>' ...`
# (Both -std and --host_cxxopt must be set to force the desired version.)
build --cxxopt='-std=c++14' --host_cxxopt='-std=c++14'
back to top