Skip to content

Commit 499bea1

Browse files
committed
Reduce bazel build to -std=c++11
1 parent 0d89be4 commit 499bea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cc_library(
2828
"-Wundef",
2929
"-Wuninitialized",
3030
"-fPIC",
31-
"-std=c++17"
31+
"-std=c++11"
3232
],
3333
visibility = ["//visibility:public"],
3434
)

0 commit comments

Comments
 (0)