File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ cc_library(
238238 srcs = google_cloud_cpp_rest_internal_srcs ,
239239 hdrs = google_cloud_cpp_rest_internal_hdrs ,
240240 # TODO(#16079): Remove macro definition when GA.
241- cxxopts = ["-DGOOGLE_CLOUD_CPP_TESTING_ENABLE_RAB" ],
241+ # cxxopts = ["-DGOOGLE_CLOUD_CPP_TESTING_ENABLE_RAB"],
242242 linkopts = select ({
243243 "@platforms//os:windows" : [
244244 "-DEFAULTLIB:bcrypt.lib" ,
@@ -276,7 +276,7 @@ cc_library(
276276 name = test .replace ("/" , "_" ).replace (".cc" , "" ),
277277 srcs = [test ],
278278 # TODO(#16079): Remove macro definition when GA.
279- cxxopts = ["-DGOOGLE_CLOUD_CPP_TESTING_ENABLE_RAB" ],
279+ # cxxopts = ["-DGOOGLE_CLOUD_CPP_TESTING_ENABLE_RAB"],
280280 deps = [
281281 ":google_cloud_cpp_rest_internal" ,
282282 "//google/cloud/testing_util:google_cloud_cpp_testing_private" ,
You can’t perform that action at this time.
0 commit comments