• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Emboss doesn't (yet) support bzlmod.
2common --noenable_bzlmod
3# Emboss (at least notionally) supports C++11 until (at least) 2027.  However,
4# Googletest requires C++14, which means that all of the Emboss unit tests
5# require C++14 to run.
6#
7# TODO(bolms): Find and port to a C++11-compatible unit test framework.
8build --copt=-std=c++14
9