Reduce bazel build to -std=c++11

This commit is contained in:
Jeremy Rifkin 2024-09-06 17:24:52 -05:00
parent 0d89be4fbe
commit 499bea182c
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -28,7 +28,7 @@ cc_library(
"-Wundef", "-Wundef",
"-Wuninitialized", "-Wuninitialized",
"-fPIC", "-fPIC",
"-std=c++17" "-std=c++11"
], ],
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
) )