Flip to C++17 (#1198)

LLVM now uses C++17.
pull/1202/head
Jacques Pienaar 2022-08-09 08:38:30 -07:00 committed by GitHub
parent 747356186f
commit e75c7c5292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
build --action_env=CC=clang
build --action_env=CXX=clang++
build --cxxopt=-std=c++14
build --host_cxxopt=-std=c++14
build --cxxopt=-std=c++17
build --host_cxxopt=-std=c++17
build --cxxopt=-D_GLIBCXX_USE_CXX11_ABI=0
build --cxxopt=-U__GXX_ABI_VERSION
build --cxxopt=-D__GXX_ABI_VERSION=1011