xref: /aosp_15_r20/external/emboss/.bazelrc (revision 99e0aae7469b87d12f0ad23e61142c2d74c1ef70)
1*99e0aae7SDavid Rees# Emboss doesn't (yet) support bzlmod.
2*99e0aae7SDavid Reescommon --noenable_bzlmod
3*99e0aae7SDavid Rees# Emboss (at least notionally) supports C++11 until (at least) 2027.  However,
4*99e0aae7SDavid Rees# Googletest requires C++14, which means that all of the Emboss unit tests
5*99e0aae7SDavid Rees# require C++14 to run.
6*99e0aae7SDavid Rees#
7*99e0aae7SDavid Rees# TODO(bolms): Find and port to a C++11-compatible unit test framework.
8*99e0aae7SDavid Reesbuild --copt=-std=c++14
9