Switch Bazel to c++17

This commit is contained in:
Arcady Goldmints-Orlov 2023-05-19 13:34:04 -06:00 committed by kd-11
parent 1f727e86c8
commit 3b815127a3

View File

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