Switch Bazel to c++17

This commit is contained in:
Arcady Goldmints-Orlov 2023-05-19 13:34:04 -06:00 committed by arcady-lunarg
parent 9caca7a17b
commit 4c9cc240e6

View File

@ -82,7 +82,7 @@ COMMON_COPTS = select({
"-Wunused-value", "-Wunused-value",
"-Wunused-variable", "-Wunused-variable",
"-Wno-reorder", "-Wno-reorder",
"-std=c++11", "-std=c++17",
"-fvisibility=hidden", "-fvisibility=hidden",
"-fvisibility-inlines-hidden", "-fvisibility-inlines-hidden",
"-fno-exceptions", "-fno-exceptions",