blob: f3470b413acd83ca4a4ecc8be0f8c2fe2920694c [file] [log] [blame]
# Emboss doesn't (yet) support bzlmod.
common --noenable_bzlmod
# Emboss (at least notionally) supports C++11 until (at least) 2027. However,
# Googletest requires C++14, which means that all of the Emboss unit tests
# require C++14 to run.
#
# TODO(bolms): Find and port to a C++11-compatible unit test framework.
build --copt=-std=c++14