blob: 64c77fe601ed5e48b4d187d953940aac5568fce4 [file] [log] [blame] [edit]
# Emboss (at least notionally) supports C++11 until (at least) 2027. However,
# Googletest 1.17+ requires C++17, which means that all of the Emboss unit tests
# require C++17 to run.
#
# TODO(bolms): Find and port to a C++11-compatible unit test framework.
build --copt=-std=c++17