xref: /aosp_15_r20/external/tink/python/examples/.bazelrc (revision e7b1675dde1b92d52ec075b0a92829627f2c52a5)
1*e7b1675dSTing-Kang Chang# Minumum C++ version. Override it building this project with
2*e7b1675dSTing-Kang Chang# `bazel build --cxxopt='-std=c++<XY>' --host_cxxopt='c++<XY>' ...`
3*e7b1675dSTing-Kang Chang# (Both -std and --host_cxxopt must be set to force the desired version.)
4*e7b1675dSTing-Kang Changbuild --cxxopt='-std=c++14' --host_cxxopt='-std=c++14'
5