Reduce bazel build to -std=c++11
This commit is contained in:
parent
0d89be4fbe
commit
499bea182c
@ -28,7 +28,7 @@ cc_library(
|
|||||||
"-Wundef",
|
"-Wundef",
|
||||||
"-Wuninitialized",
|
"-Wuninitialized",
|
||||||
"-fPIC",
|
"-fPIC",
|
||||||
"-std=c++17"
|
"-std=c++11"
|
||||||
],
|
],
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user